diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-10 15:05:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-10 15:05:14 +0000 |
commit | 931a039f1daff7864024d454107809576bd4bb1a (patch) | |
tree | 0ef4df4a772eae329ad12a98c52f13b416eb9df5 | |
parent | - Drop .la files, no dependees require them (diff) |
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 |