aboutsummaryrefslogtreecommitdiffstats
path: root/editors/tweak
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-02 23:20:48 +0800
committermiwi <miwi@FreeBSD.org>2014-02-02 23:20:48 +0800
commitbc265f4908f709f0693f48e475138b8c2b84d77f (patch)
treeffb86378fdc82b71fca075bebf07d0178f6f9ae0 /editors/tweak
parent23e4b9a68f3fbe803911a33381a3801ed45c4816 (diff)
downloadfreebsd-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/Makefile6
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>