diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-23 00:21:02 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-23 00:21:02 +0000 |
commit | 27d8733201e86fc2b30e321c75ce54390cd60152 (patch) | |
tree | 36c43100ed885c6c88d7328cfbc42aaa1c053484 /security/flawfinder/Makefile | |
parent | e491a70a0df44bd25cf9024d697cb11d34a5d830 (diff) | |
download | FreeBSD-ports-27d8733201e86fc2b30e321c75ce54390cd60152.zip FreeBSD-ports-27d8733201e86fc2b30e321c75ce54390cd60152.tar.gz |
Grab maintainer-shoip and update to version 1.21
PR: ports/45395
Submitted by: Jim Geovedi <negative@magnesium.net>
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> |