mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Fix LICENSE
- Add LICENSE_FILE - Pet portlint - Switch to options helpers - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
e8bb65bf00
commit
bbb0daa797
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504238
@ -10,15 +10,16 @@ MASTER_SITES= http://www.cgsecurity.org/ \
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= BIOS password recovery tool
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
USES= tar:bzip2
|
||||
|
||||
PLIST_FILES= bin/cmospwd
|
||||
PORTDOCS= cmospwd.txt
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch-DOCS-on:
|
||||
@ -30,6 +31,8 @@ do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
@ -16,4 +16,4 @@ following BIOS versions:
|
||||
* Toshiba
|
||||
* Zenith AMI
|
||||
|
||||
WWW: http://www.cgsecurity.org/index.html?cmospwd.html
|
||||
WWW: https://www.cgsecurity.org/wiki/CmosPwd
|
||||
|
Loading…
Reference in New Issue
Block a user