Index: head/security/ratproxy/Makefile =================================================================== --- head/security/ratproxy/Makefile (revision 548871) +++ head/security/ratproxy/Makefile (revision 548872) @@ -1,31 +1,31 @@ # Created by: Steven Kreuzer # $FreeBSD$ PORTNAME= ratproxy PORTVERSION= 1.58 CATEGORIES= security MASTER_SITES= ftp://ftp.bit.nl/openbsd/distfiles/ \ ftp://mirror.wdc1.us.leaseweb.net/gentoo/distfiles/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Semi-automated, largely passive web application security audit tool USES= shebangfix ssl -CFLAGS+= -I${OPENSSLINC} +CFLAGS+= -I${OPENSSLINC} -fcommon LDFLAGS+= -L${OPENSSLLIB} WRKSRC= ${WRKDIR}/${PORTNAME} SHEBANG_FILES= ratproxy-report.sh PLIST_FILES= bin/ratproxy \ bin/ratproxy-report.sh post-patch: @${REINPLACE_CMD} -e 's#-Wno-pointer-sign##g' \ -e "s|\(-lcrypto\)|${LDFLAGS} \1|g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ratproxy ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ratproxy-report.sh ${STAGEDIR}${PREFIX}/bin .include