diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile deleted file mode 100644 index 3a6f004..0000000 --- a/sysutils/e2fsprogs/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= e2fsprogs -CATEGORIES= sysutils -PORTVERSION= 1.47.0 -PORTREVISION= 1 -BUILD_DEPENDS= e2fsprogs-core=${PORTVERSION}_${PORTREVISION}:sysutils/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 diff --git a/sysutils/e2fsprogs/pkg-descr b/sysutils/e2fsprogs/pkg-descr deleted file mode 100644 index 6df8877..0000000 --- a/sysutils/e2fsprogs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a helper package that will copy and register the essential binaries -from e2fsprogs-core to /sbin, so that it is possible to have /usr in an ext2, -ext3, or ext4 file system, and still have a proper fsck in /sbin. diff --git a/sysutils/e2fsprogs/pkg-plist b/sysutils/e2fsprogs/pkg-plist deleted file mode 100644 index 796b2c9..0000000 --- a/sysutils/e2fsprogs/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -/sbin/e2fsck -/sbin/fsck_ext2fs