diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 00:00:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 00:00:44 +0800 |
commit | a27c4e44616461cc30dd7a525b2fb65284ec81a8 (patch) | |
tree | 6a8468a229c24cd0569fc3e634e151ac13d96032 /editors | |
parent | c47f51ac994c7adaf47947e40610b6df7323ac46 (diff) | |
download | freebsd-ports-gnome-a27c4e44616461cc30dd7a525b2fb65284ec81a8.tar.gz freebsd-ports-gnome-a27c4e44616461cc30dd7a525b2fb65284ec81a8.tar.zst freebsd-ports-gnome-a27c4e44616461cc30dd7a525b2fb65284ec81a8.zip |
- Stage support
Diffstat (limited to 'editors')
-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> |