diff options
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> |