aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-08 05:12:34 +0800
committerantoine <antoine@FreeBSD.org>2014-06-08 05:12:34 +0800
commit4c1ee66f59ed1854630aa35aab014f59ceb4e996 (patch)
tree69a9198b3aaa7c4354e1d1937dc7c39bc3f989af
parent5b99bb5d3e4839a0cd17e7c2cad6c009b29beaff (diff)
downloadfreebsd-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/Makefile3
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}