aboutsummaryrefslogtreecommitdiff
path: root/editors/tweak/Makefile
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-02-17 19:51:46 +0000
committerEd Schouten <ed@FreeBSD.org>2009-02-17 19:51:46 +0000
commited64898f594ac561626b11ec70d5665d4f3f1d41 (patch)
tree635ee45d0f15504cf687904f1cceac17b5a0c426 /editors/tweak/Makefile
parent1de0b66aca4da5e4e5510679a9b1621a4f4f9378 (diff)
downloadports-ed64898f594ac561626b11ec70d5665d4f3f1d41.tar.gz
ports-ed64898f594ac561626b11ec70d5665d4f3f1d41.zip
Notes
Diffstat (limited to 'editors/tweak/Makefile')
-rw-r--r--editors/tweak/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile
index 1c37051c9625..a5deb8368189 100644
--- a/editors/tweak/Makefile
+++ b/editors/tweak/Makefile
@@ -7,13 +7,15 @@ PORTNAME= tweak
PORTVERSION= 3.01
CATEGORIES= editors
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
-#DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jille@quis.cx
COMMENT= An efficient hex editor
-USE_GMAKE= yes
MAN1= tweak.1
+MANCOMPRESSED= yes
PLIST_FILES= bin/tweak
+MAKEFILE= ${FILESDIR}/Makefile.in
+MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man"
+
.include <bsd.port.mk>