diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 19:33:59 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 19:33:59 +0800 |
commit | 6c7fec2c961a239957b1a56c236e464d25ba85e3 (patch) | |
tree | 90ec29d1f9b40ad5bd9cab5311a3d6c252c7b859 /sysutils | |
parent | b60f50d9463a88dbfba4d501eef4a2e0de9ff2aa (diff) | |
download | freebsd-ports-gnome-6c7fec2c961a239957b1a56c236e464d25ba85e3.tar.gz freebsd-ports-gnome-6c7fec2c961a239957b1a56c236e464d25ba85e3.tar.zst freebsd-ports-gnome-6c7fec2c961a239957b1a56c236e464d25ba85e3.zip |
Allow staging as a regular user
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ffs2recov/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ffs2recov/Makefile b/sysutils/ffs2recov/Makefile index 0ca8fddcf003..32803e4c4c3b 100644 --- a/sysutils/ffs2recov/Makefile +++ b/sysutils/ffs2recov/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.exit.com/Archives/FreeBSD/ MAINTAINER= sten@blinkenlights.nl COMMENT= Utility to recover UFS2 filesystems -USES= tar:bzip2 +USES= tar:bzip2 uidfix WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/ffs2recov \ |