diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 16:00:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 16:00:44 +0000 |
commit | 76238fe5e39ebe60b3503a53bf841a85fe3bfb1f (patch) | |
tree | 6a8468a229c24cd0569fc3e634e151ac13d96032 /editors/fb/Makefile | |
parent | 57fad9e249cc0ccbee2903b7dd0774fa891f706e (diff) | |
download | ports-76238fe5e39ebe60b3503a53bf841a85fe3bfb1f.tar.gz ports-76238fe5e39ebe60b3503a53bf841a85fe3bfb1f.zip |
Notes
Diffstat (limited to 'editors/fb/Makefile')
-rw-r--r-- | editors/fb/Makefile | 6 |
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> |