diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-06 00:41:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-06 00:41:47 +0800 |
commit | 97d4b89eb3b00e60438968e45cc92ffef7b33152 (patch) | |
tree | cf15a492b9523fbc533e0ffd64a8bc740de2926e | |
parent | ceffe222bf029c4c9dd14698596f84e278da6d60 (diff) | |
download | freebsd-ports-gnome-97d4b89eb3b00e60438968e45cc92ffef7b33152.tar.gz freebsd-ports-gnome-97d4b89eb3b00e60438968e45cc92ffef7b33152.tar.zst freebsd-ports-gnome-97d4b89eb3b00e60438968e45cc92ffef7b33152.zip |
Allow staging as a regular user
-rw-r--r-- | audio/jack_ghero/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack_ghero/Makefile b/audio/jack_ghero/Makefile index 1c1f65592e49..81348dba4b62 100644 --- a/audio/jack_ghero/Makefile +++ b/audio/jack_ghero/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack -USES= tar:bzip2 +USES= tar:bzip2 uidfix PLIST_FILES= sbin/jack_ghero \ man/man8/jack_ghero.8.gz |