diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /misc/bestfit | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'misc/bestfit')
-rw-r--r-- | misc/bestfit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index f223db168228..62b7f3abbb6b 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -13,12 +13,12 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Optimally choose files to be put on a CD (or other media) +LICENSE= GPLv2 + GNU_CONFIGURE= yes MANCOMPRESSED= no MAKE_JOBS_SAFE= yes -LICENSE= GPLv2 - MAN1= bestfit.1 PLIST_FILES= bin/bestfit |