diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-25 12:42:00 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-25 12:42:00 +0000 |
commit | b6eeafcdd7ac2b795b27e0c66fb5ad729e678cb2 (patch) | |
tree | 92878d5689989b1ac3c0807c2455e7ea293a6b08 /misc/bestfit | |
parent | 523ab18cbc9e501c7167bb91b95bd33038a4eb03 (diff) | |
download | ports-b6eeafcdd7ac2b795b27e0c66fb5ad729e678cb2.tar.gz ports-b6eeafcdd7ac2b795b27e0c66fb5ad729e678cb2.zip |
Notes
Diffstat (limited to 'misc/bestfit')
-rw-r--r-- | misc/bestfit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index 0c68bda562f2..6a8b707b26b4 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -12,9 +12,7 @@ COMMENT= Optimally choose files to be put on a CD (or other media) LICENSE= GPLv2 GNU_CONFIGURE= yes -MANCOMPRESSED= no -MAN1= bestfit.1 -PLIST_FILES= bin/bestfit +PLIST_FILES= bin/bestfit man/man1/bestfit.1.gz .include <bsd.port.mk> |