diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
commit | b90f611b9c50570251338dbca6ff573948723aa4 (patch) | |
tree | 73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/yaph | |
parent | 2241654c185e68c779f116506f10ed1832feb79e (diff) |
Notes
Diffstat (limited to 'net/yaph')
-rw-r--r-- | net/yaph/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/yaph/Makefile b/net/yaph/Makefile index 5a67ce4315e7..2f64403c7132 100644 --- a/net/yaph/Makefile +++ b/net/yaph/Makefile @@ -11,10 +11,6 @@ COMMENT= Yaph is a proxy scanner GNU_CONFIGURE= yes -post-extract: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/yaph/Makefile.in - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/yaph/yaph ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/yaph/yaph.conf ${STAGEDIR}${PREFIX}/etc |