aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aircrack-ng
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 18:19:23 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 18:19:23 +0000
commitb2053786ce53da051a1e5756f7cbe55aa50180dc (patch)
treed22ee47f309af4f98bfeb96fd87674677e46b434 /net-mgmt/aircrack-ng
parent266f7e411b0de527c9763fb14af2aa0e226051cc (diff)
downloadports-b2053786ce53da051a1e5756f7cbe55aa50180dc.tar.gz
ports-b2053786ce53da051a1e5756f7cbe55aa50180dc.zip
4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382150
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r--net-mgmt/aircrack-ng/Makefile3
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/,} \