aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-02 16:00:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-02 16:00:44 +0000
commit76238fe5e39ebe60b3503a53bf841a85fe3bfb1f (patch)
tree6a8468a229c24cd0569fc3e634e151ac13d96032 /editors
parent57fad9e249cc0ccbee2903b7dd0774fa891f706e (diff)
downloadports-76238fe5e39ebe60b3503a53bf841a85fe3bfb1f.tar.gz
ports-76238fe5e39ebe60b3503a53bf841a85fe3bfb1f.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/fb/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/fb/Makefile b/editors/fb/Makefile
index 8270ea821f85..f2922276f63e 100644
--- a/editors/fb/Makefile
+++ b/editors/fb/Makefile
@@ -13,11 +13,9 @@ COMMENT= Binary file viewer, editor, and manipulator (and a lot more)
NO_WRKSUBDIR= Yes
-MAN1= fb.1
-MANCOMPRESSED= maybe
-PLIST_FILES= bin/fb
+PLIST_FILES= bin/fb \
+ man/man1/fb.1.gz
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ARGS+= PREFIX="${PREFIX}"
-NO_STAGE= yes
.include <bsd.port.mk>