aboutsummaryrefslogtreecommitdiff
path: root/security/ipguard
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-03-20 10:53:08 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-03-20 10:53:08 +0000
commit654ccc6aac9c7681ed39c2cd2d10d8360ec7a9bc (patch)
treec30aa05ffe4be67ca3bb38317073b7e6603daa7c /security/ipguard
parent3dc362ac88ab73d6f0b3635628a59d9597e6da4e (diff)
downloadports-654ccc6aac9c7681ed39c2cd2d10d8360ec7a9bc.tar.gz
ports-654ccc6aac9c7681ed39c2cd2d10d8360ec7a9bc.zip
Install net/libnet headers and libraries back in the location where other
ports expect it. The files were put in a different location to avoid a conflict with net/libnet10 but this port has been removed a while ago now. PR: 208122 Exp-run by: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=411432
Diffstat (limited to 'security/ipguard')
-rw-r--r--security/ipguard/files/patch-Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/security/ipguard/files/patch-Makefile b/security/ipguard/files/patch-Makefile
index 0a52b5a5f430..5d7e75a6aa77 100644
--- a/security/ipguard/files/patch-Makefile
+++ b/security/ipguard/files/patch-Makefile
@@ -1,15 +1,17 @@
---- Makefile.orig 2014-02-11 16:45:41.000000000 -0200
-+++ Makefile 2014-02-11 16:46:25.000000000 -0200
-@@ -10,7 +10,7 @@
+--- Makefile.orig 2010-07-12 03:46:36 UTC
++++ Makefile
+@@ -10,8 +10,8 @@ PREFIX?=/usr/local
ETHERS?=/etc/ethers
## FreeBSD
-LOCALBASE=/usr/local
+-LIBNET_CONFIG=libnet11-config
+LOCALBASE?=/usr/local
- LIBNET_CONFIG=libnet11-config
++LIBNET_CONFIG=libnet-config
## OpenBSD (tested by irix)
-@@ -26,7 +26,7 @@
+ # LOCALBASE=/usr/local
+@@ -26,7 +26,7 @@ LIBS=`${LIBNET_CONFIG} --libs` -lpcap -L
DEFINES=`${LIBNET_CONFIG} --defines`
STATIC=
@@ -18,7 +20,7 @@
CFLAGS+=-g -Wall -DETHERS='"$(ETHERS)"'
-@@ -58,10 +58,10 @@
+@@ -58,10 +58,10 @@ cleanall: clean
@rm -f $(NAME)
install: all