1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/filesystems/e2fsprogs/Makefile
T
Matthias Andree 9eb3fb8e5b */*: Bump PORTREVISION after libuuid/libblkid switch
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'

PR:		251489
2025-06-30 17:00:39 +02:00

22 lines
584 B
Makefile

PORTNAME= e2fsprogs
CATEGORIES= filesystems sysutils
PORTVERSION= 1.47.2
PORTREVISION= 2
BUILD_DEPENDS= e2fsprogs-core=${PORTVERSION}${${PORTREVISION} > 0:?_${PORTREVISION}:}:filesystems/e2fsprogs-core
RUN_DEPENDS= ${BUILD_DEPENDS}
DISTFILES= # empty
NO_BUILD= yes
LICENSE= GPLv2+
USES= cpe
CPE_VENDOR= e2fsprogs_project
MAINTAINER= mandree@FreeBSD.org
COMMENT= Wrapper to install e2fsprogs into /sbin
do-install:
${MKDIR} ${STAGEDIR}/sbin
${CP} -p ${LOCALBASE}/sbin/fsck_ext2fs ${STAGEDIR}/sbin
${CP} -p ${LOCALBASE}/sbin/e2fsck ${STAGEDIR}/sbin
.include <bsd.port.mk>