diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 23:20:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 23:20:48 +0800 |
commit | bc265f4908f709f0693f48e475138b8c2b84d77f (patch) | |
tree | ffb86378fdc82b71fca075bebf07d0178f6f9ae0 /editors/tweak | |
parent | 23e4b9a68f3fbe803911a33381a3801ed45c4816 (diff) | |
download | freebsd-ports-gnome-bc265f4908f709f0693f48e475138b8c2b84d77f.tar.gz freebsd-ports-gnome-bc265f4908f709f0693f48e475138b8c2b84d77f.tar.zst freebsd-ports-gnome-bc265f4908f709f0693f48e475138b8c2b84d77f.zip |
- Stage support
Diffstat (limited to 'editors/tweak')
-rw-r--r-- | editors/tweak/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile index ebd674f35270..4a2abc3a35de 100644 --- a/editors/tweak/Makefile +++ b/editors/tweak/Makefile @@ -9,12 +9,10 @@ MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= An efficient hex editor -MAN1= tweak.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/tweak +PLIST_FILES= bin/tweak \ + man/man1/tweak.1.gz MAKEFILE= ${FILESDIR}/Makefile.in MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man" -NO_STAGE= yes .include <bsd.port.mk> |