diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-10 23:05:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-10 23:05:14 +0800 |
commit | f3ccfe0997c3b2b7c044827c74efec28c1df1be6 (patch) | |
tree | 0ef4df4a772eae329ad12a98c52f13b416eb9df5 | |
parent | ea0cdaa12be862ccb59bffd5a6dc24edcd544a72 (diff) | |
download | freebsd-ports-gnome-f3ccfe0997c3b2b7c044827c74efec28c1df1be6.tar.gz freebsd-ports-gnome-f3ccfe0997c3b2b7c044827c74efec28c1df1be6.tar.zst freebsd-ports-gnome-f3ccfe0997c3b2b7c044827c74efec28c1df1be6.zip |
Allow staging as a regular user
-rw-r--r-- | misc/imerge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/imerge/Makefile b/misc/imerge/Makefile index a06ea13cc06c..42cdbfcce7f2 100644 --- a/misc/imerge/Makefile +++ b/misc/imerge/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= knu MAINTAINER= knu@FreeBSD.org COMMENT= Tool to help merge one file to another interactively -USES= tar:bzip2 +USES= tar:bzip2 uidfix MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}" MAKEFILE= BSDmakefile |