diff options
Diffstat (limited to 'security/flawfinder/Makefile')
-rw-r--r-- | security/flawfinder/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile index e9e421b..dd6876e 100644 --- a/security/flawfinder/Makefile +++ b/security/flawfinder/Makefile @@ -7,11 +7,11 @@ # PORTNAME= flawfinder -PORTVERSION= 1.01 +PORTVERSION= 1.21 CATEGORIES= security devel MASTER_SITES= http://www.dwheeler.com/flawfinder/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jim@corebsd.or.id USE_PYTHON= yes NO_BUILD= yes @@ -22,4 +22,12 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/flawfinder ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/flawfinder.1 ${MANPREFIX}/man/man1 +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for i in README flawfinder.pdf flawfinder.ps index.html test.c + ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} +.endfor +.endif + .include <bsd.port.mk> |