diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 18:19:23 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 18:19:23 +0000 |
commit | b2053786ce53da051a1e5756f7cbe55aa50180dc (patch) | |
tree | d22ee47f309af4f98bfeb96fd87674677e46b434 /net-mgmt/aircrack-ng/Makefile | |
parent | 266f7e411b0de527c9763fb14af2aa0e226051cc (diff) | |
download | ports-b2053786ce53da051a1e5756f7cbe55aa50180dc.tar.gz ports-b2053786ce53da051a1e5756f7cbe55aa50180dc.zip |
Notes
Diffstat (limited to 'net-mgmt/aircrack-ng/Makefile')
-rw-r--r-- | net-mgmt/aircrack-ng/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile index ed42b9e97b6d..20f2ab73c49d 100644 --- a/net-mgmt/aircrack-ng/Makefile +++ b/net-mgmt/aircrack-ng/Makefile @@ -50,9 +50,6 @@ post-patch: @${REINPLACE_CMD} \ -E 's/air(driver|mon)-ng\.1 //' \ ${WRKSRC}/manpages/Makefile - @${REINPLACE_CMD} \ - -e 's|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/src/Makefile post-install: @${STRIP_CMD} ${BIN_FILES:S,^,${STAGEDIR}${PREFIX}/bin/,} \ |