aboutsummaryrefslogtreecommitdiff
path: root/editors/tweak
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-02 15:20:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-02 15:20:48 +0000
commitaf95f65219ff52c2bb574f6167971e69b751a8ee (patch)
treeffb86378fdc82b71fca075bebf07d0178f6f9ae0 /editors/tweak
parentff1071c0ac52d36073eb1d40effe51ed796bd6f0 (diff)
downloadports-af95f65219ff52c2bb574f6167971e69b751a8ee.tar.gz
ports-af95f65219ff52c2bb574f6167971e69b751a8ee.zip
- Stage support
Notes
Notes: svn path=/head/; revision=342316
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>