diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-04-19 05:26:42 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-04-19 05:26:42 +0000 |
commit | 678e63722937323c7ad6bdd3ad438a66cf74b212 (patch) | |
tree | 37fe235d86e764d3e04c7d3c527eec8193567d66 /security/spike-proxy/Makefile | |
parent | 29fa225d1c74b21bf389d511c27eec395577738d (diff) | |
download | ports-678e63722937323c7ad6bdd3ad438a66cf74b212.tar.gz ports-678e63722937323c7ad6bdd3ad438a66cf74b212.zip |
Notes
Diffstat (limited to 'security/spike-proxy/Makefile')
-rw-r--r-- | security/spike-proxy/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/security/spike-proxy/Makefile b/security/spike-proxy/Makefile index f8114d388888..ed378f2b46b8 100644 --- a/security/spike-proxy/Makefile +++ b/security/spike-proxy/Makefile @@ -1,6 +1,6 @@ -# Ports collection makefile for: spike-proxy -# Date created: 2 Aug 2004 -# Whom: Yonatan <Yonatan@xpert.com> +# Ports collection makefile for: spike-proxy +# Date created: 2 Aug 2004 +# Whom: Yonatan <Yonatan@xpert.com> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= http://www.immunitysec.com/downloads/ DISTNAME= SP${PORTVERSION:L:C/\.//g} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= onatan@gmail.com COMMENT= Tool for looking for vulnerabilities in web applications BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl @@ -20,19 +20,18 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-opens WRKSRC= ${WRKDIR}/spkproxy USE_PYTHON= yes NO_BUILD= yes -USE_REINPLACE= yes post-patch: - ${REINPLACE_CMD} "s|\#\!/usr/bin/python|\#\!${LOCALBASE}/bin/python|" ${WRKSRC}/*.py + @${REINPLACE_CMD} "s|\#\!/usr/bin/python|\#\!${LOCALBASE}/bin/python|" ${WRKSRC}/*.py do-install: - ${MKDIR} ${DATADIR} - ${RM} -rf ${WRKSRC}/*.bak + @${MKDIR} ${DATADIR} + @${RM} -rf ${WRKSRC}/*.bak ${CP} -Rp ${WRKSRC}/* ${DATADIR}/ ${SED} "s|DATADIR|${DATADIR}|" ${SCRIPTDIR}/spkproxy.sh > ${PREFIX}/bin/spkproxy.sh - ${CHMOD} 755 ${PREFIX}/bin/spkproxy.sh + @${CHMOD} 755 ${PREFIX}/bin/spkproxy.sh .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} .for f in WHYGPL.txt TODO.txt SpikeUsage.txt README.txt CHANGELOG.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor |