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 /sysutils/cmospwd | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) |
Notes
Diffstat (limited to 'sysutils/cmospwd')
-rw-r--r-- | sysutils/cmospwd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cmospwd/Makefile b/sysutils/cmospwd/Makefile index f34211dc6cc3..35cfb7596e07 100644 --- a/sysutils/cmospwd/Makefile +++ b/sysutils/cmospwd/Makefile @@ -14,11 +14,11 @@ MASTER_SITES= http://www.cgsecurity.org/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A BIOS password recovery tool +LICENSE= GPLv2 + USE_BZIP2= yes MAKE_JOBS_SAFE= yes -LICENSE= GPLv2 - PLIST_FILES= bin/cmospwd PORTDOCS= cmospwd.txt |