svn commit: r367520 - head/sysutils/ffs2recov

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 11:33:59 UTC 2014


Author: antoine
Date: Sun Sep  7 11:33:59 2014
New Revision: 367520
URL: http://svnweb.freebsd.org/changeset/ports/367520
QAT: https://qat.redports.org/buildarchive/r367520/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/ffs2recov/Makefile

Modified: head/sysutils/ffs2recov/Makefile
==============================================================================
--- head/sysutils/ffs2recov/Makefile	Sun Sep  7 11:32:04 2014	(r367519)
+++ head/sysutils/ffs2recov/Makefile	Sun Sep  7 11:33:59 2014	(r367520)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.exit.com/Archiv
 MAINTAINER=	sten at blinkenlights.nl
 COMMENT=	Utility to recover UFS2 filesystems
 
-USES=	tar:bzip2
+USES=		tar:bzip2 uidfix
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_FILES=	sbin/ffs2recov \


More information about the svn-ports-head mailing list