aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cmospwd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cmospwd/Makefile')
-rw-r--r--sysutils/cmospwd/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/cmospwd/Makefile b/sysutils/cmospwd/Makefile
index 464a2bcbd765..35832fd0353a 100644
--- a/sysutils/cmospwd/Makefile
+++ b/sysutils/cmospwd/Makefile
@@ -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}