aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-03 21:07:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-03 21:07:17 +0000
commit0090808295dbe0366733c7871468f154c19d17e8 (patch)
treecdbc504d12ee8db825712bef5ec2e47a54174d4a /editors
parentf9d68c28cd5becf26206cdaa9e2ed8c717c3f5b3 (diff)
downloadports-0090808295dbe0366733c7871468f154c19d17e8.tar.gz
ports-0090808295dbe0366733c7871468f154c19d17e8.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367236
Diffstat (limited to 'editors')
-rw-r--r--editors/tweak/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile
index dc8207e6d505..2f831aac5de6 100644
--- a/editors/tweak/Makefile
+++ b/editors/tweak/Makefile
@@ -12,6 +12,7 @@ COMMENT= Efficient hex editor
PLIST_FILES= bin/tweak \
man/man1/tweak.1.gz
+USES= uidfix
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man"