diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-15 05:32:00 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-15 05:32:00 +0800 |
commit | 8b6c390d9f4f40ea6b338336fe8d899e799eb796 (patch) | |
tree | 8568b5907ae7f12d8f91c1ab02da4fc818ea0810 /sysutils/bsdconfig | |
parent | db3ccd9b633b3dac2b54192794ae37bcb1a90083 (diff) | |
download | freebsd-ports-gnome-8b6c390d9f4f40ea6b338336fe8d899e799eb796.tar.gz freebsd-ports-gnome-8b6c390d9f4f40ea6b338336fe8d899e799eb796.tar.zst freebsd-ports-gnome-8b6c390d9f4f40ea6b338336fe8d899e799eb796.zip |
Allow staging as a regular user
Diffstat (limited to 'sysutils/bsdconfig')
-rw-r--r-- | sysutils/bsdconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile index 1445bae968de..a32a0568b485 100644 --- a/sysutils/bsdconfig/Makefile +++ b/sysutils/bsdconfig/Makefile @@ -16,7 +16,7 @@ COMMENT= Utility to configure various aspects of FreeBSD LICENSE= BSD2CLAUSE -USES= tar:txz +USES= tar:txz uidfix NO_WRKSUBDIR= yes PORTEXAMPLES= browse_packages.sh bsdconfigrc |