svn commit: r356951 - head/sysutils/ufs_copy

Antoine Brodin antoine at FreeBSD.org
Sat Jun 7 21:12:35 UTC 2014


Author: antoine
Date: Sat Jun  7 21:12:34 2014
New Revision: 356951
URL: http://svnweb.freebsd.org/changeset/ports/356951
QAT: https://qat.redports.org/buildarchive/r356951/

Log:
  - Allow staging as a regular user
  - Remove non needed include

Modified:
  head/sysutils/ufs_copy/Makefile

Modified: head/sysutils/ufs_copy/Makefile
==============================================================================
--- head/sysutils/ufs_copy/Makefile	Sat Jun  7 21:07:00 2014	(r356950)
+++ head/sysutils/ufs_copy/Makefile	Sat Jun  7 21:12:34 2014	(r356951)
@@ -11,6 +11,7 @@ DISTNAME=	ufs-${PORTVERSION}
 MAINTAINER=	nobutaka at 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}


More information about the svn-ports-head mailing list