diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-03 21:07:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-03 21:07:17 +0000 |
commit | 0090808295dbe0366733c7871468f154c19d17e8 (patch) | |
tree | cdbc504d12ee8db825712bef5ec2e47a54174d4a /editors | |
parent | f9d68c28cd5becf26206cdaa9e2ed8c717c3f5b3 (diff) | |
download | ports-0090808295dbe0366733c7871468f154c19d17e8.tar.gz ports-0090808295dbe0366733c7871468f154c19d17e8.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tweak/Makefile | 1 |
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" |