- Fix LICENSE

- boarch
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-12-01 09:00:19 +00:00
parent ea25613741
commit 5750fde2e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455253
2 changed files with 8 additions and 3 deletions

View File

@ -11,12 +11,13 @@ MASTER_SITES= http://www.dwheeler.com/flawfinder/ \
MAINTAINER= lx@FreeBSD.org
COMMENT= Examines source code looking for security weaknesses
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python shebangfix
NO_BUILD= yes
SHEBANG_FILES= flawfinder
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/flawfinder man/man1/flawfinder.1.gz
PORTDOCS= ChangeLog README flawfinder.pdf flawfinder.ps
@ -27,8 +28,12 @@ OPTIONS_DEFINE= DOCS EXAMPLES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${STAGEDIR}${MANPREFIX}/man/man1
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}

View File

@ -5,4 +5,4 @@ Every potential security flaw found in a given source code file (matching
an entry in the ruleset) is called a ``hit,'' and the set of hits found
during any particular run is called the ``hitlist.''
WWW: http://www.dwheeler.com/flawfinder/
WWW: https://www.dwheeler.com/flawfinder/