diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-08 05:12:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-08 05:12:34 +0800 |
commit | 4c1ee66f59ed1854630aa35aab014f59ceb4e996 (patch) | |
tree | 69a9198b3aaa7c4354e1d1937dc7c39bc3f989af | |
parent | 5b99bb5d3e4839a0cd17e7c2cad6c009b29beaff (diff) | |
download | freebsd-ports-gnome-4c1ee66f59ed1854630aa35aab014f59ceb4e996.tar.gz freebsd-ports-gnome-4c1ee66f59ed1854630aa35aab014f59ceb4e996.tar.zst freebsd-ports-gnome-4c1ee66f59ed1854630aa35aab014f59ceb4e996.zip |
- Allow staging as a regular user
- Remove non needed include
-rw-r--r-- | sysutils/ufs_copy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/ufs_copy/Makefile b/sysutils/ufs_copy/Makefile index c8a3225184da..3528d79abe73 100644 --- a/sysutils/ufs_copy/Makefile +++ b/sysutils/ufs_copy/Makefile @@ -11,6 +11,7 @@ DISTNAME= ufs-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT= Fast copy utility for UFS filesystem +USES= uidfix WRKSRC= ${WRKDIR}/ufs MAKE_ARGS= BINDIR=${PREFIX}/sbin @@ -18,8 +19,6 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} |