diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2014-05-21 11:59:07 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2014-05-21 11:59:07 +0000 |
commit | a92cc37b35bd8a15771df772bcbe5d2338ff4c19 (patch) | |
tree | b5a9cdeee555ef4b6fc50827b5421b2b5824f6fc /security/honggfuzz/Makefile | |
parent | d498ef7ceaa3f40864a919e1ab3db26178fadd5f (diff) | |
download | ports-a92cc37b35bd8a15771df772bcbe5d2338ff4c19.tar.gz ports-a92cc37b35bd8a15771df772bcbe5d2338ff4c19.zip |
Notes
Diffstat (limited to 'security/honggfuzz/Makefile')
-rw-r--r-- | security/honggfuzz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/honggfuzz/Makefile b/security/honggfuzz/Makefile index 9820399bb8b2..9495e3b78d38 100644 --- a/security/honggfuzz/Makefile +++ b/security/honggfuzz/Makefile @@ -3,6 +3,7 @@ PORTNAME= honggfuzz PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz @@ -11,7 +12,6 @@ MAINTAINER= sbz@FreeBSD.org COMMENT= General-purpose fuzzer with simple, command-line interface LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake OPTIONS_DEFINE= EXAMPLES @@ -19,6 +19,7 @@ OPTIONS_DEFINE= EXAMPLES # inplace replacement to remove relative binary path in examples scripts post-patch: ${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh + ${REINPLACE_CMD} -i "" -E 's,gcc,${CC},' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |