diff options
Diffstat (limited to 'security/pscan/Makefile')
-rw-r--r-- | security/pscan/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/security/pscan/Makefile b/security/pscan/Makefile index b68c63aa239a..0ebc64e345d2 100644 --- a/security/pscan/Makefile +++ b/security/pscan/Makefile @@ -8,13 +8,17 @@ PORTNAME= pscan PORTVERSION= 1.3 CATEGORIES= security devel -MASTER_SITES= http://www.striker.ottawa.on.ca/~aland/pscan/ +MASTER_SITES= http://deployingradius.com/pscan/ DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Security C code scanner for misuse of format strings ALL_TARGET= #empty +WRKSRC= ${WRKDIR} + +PLIST_FILES= bin/pscan \ + bin/find_formats do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pscan ${PREFIX}/bin |