diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 12:18:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 12:18:13 +0000 |
commit | 49d9a8f24d6d994167f9a9a0af9eb326706cd453 (patch) | |
tree | d043efc3a278c8083600e4f8c9aa711cf8a3170e /security/ratproxy | |
parent | c09cdebefc3ad6a96322dceee363feb1f24ed849 (diff) | |
download | ports-49d9a8f24d6d994167f9a9a0af9eb326706cd453.tar.gz ports-49d9a8f24d6d994167f9a9a0af9eb326706cd453.zip |
Notes
Diffstat (limited to 'security/ratproxy')
-rw-r--r-- | security/ratproxy/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/security/ratproxy/Makefile b/security/ratproxy/Makefile index f65d2e5ccd07..ae1a4ee634da 100644 --- a/security/ratproxy/Makefile +++ b/security/ratproxy/Makefile @@ -4,22 +4,25 @@ PORTNAME= ratproxy PORTVERSION= 1.58 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE MAINTAINER= skreuzer@FreeBSD.org COMMENT= Semi-automated, largely passive web application security audit tool +USES= shebangfix USE_OPENSSL= YES + WRKSRC= ${WRKDIR}/${PORTNAME} + +SHEBANG_FILES= ratproxy-report.sh PLIST_FILES= bin/ratproxy \ bin/ratproxy-report.sh -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#-Wno-pointer-sign##g' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ratproxy ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/ratproxy-report.sh ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ratproxy ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/ratproxy-report.sh ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |