aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2013-09-28 23:02:05 +0800
committerohauer <ohauer@FreeBSD.org>2013-09-28 23:02:05 +0800
commit5e9c7e89ceb975b114a2a02c3ec210ee991a6cf6 (patch)
tree35072a74239ce2be30836ff8a0fb6b49e920aa80 /security
parent1cb79e3c041fbb9ff932de82f8bee629a2d081f3 (diff)
downloadfreebsd-ports-gnome-5e9c7e89ceb975b114a2a02c3ec210ee991a6cf6.tar.gz
freebsd-ports-gnome-5e9c7e89ceb975b114a2a02c3ec210ee991a6cf6.tar.zst
freebsd-ports-gnome-5e9c7e89ceb975b114a2a02c3ec210ee991a6cf6.zip
- Add stage support
- rename patch files
Diffstat (limited to 'security')
-rw-r--r--security/fragrouter/Makefile9
-rw-r--r--security/fragrouter/files/patch-Libnet-0.99b__configure (renamed from security/fragrouter/files/patch-ac)0
-rw-r--r--security/fragrouter/files/patch-Makefile.in (renamed from security/fragrouter/files/patch-aa)9
-rw-r--r--security/fragrouter/files/patch-configure (renamed from security/fragrouter/files/patch-ab)0
4 files changed, 14 insertions, 4 deletions
diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile
index 9b999b1545d8..da74cfa60f6f 100644
--- a/security/fragrouter/Makefile
+++ b/security/fragrouter/Makefile
@@ -4,15 +4,16 @@
PORTNAME= fragrouter
PORTVERSION= 1.6
CATEGORIES= security
-MASTER_SITES= http://monkey.org/~dugsong/
+MASTER_SITES= http://monkey.org/~dugsong/ \
+ LOCAL/ohauer
MAINTAINER= ohauer@FreeBSD.org
COMMENT= Tool for testing network IDS implementations
GNU_CONFIGURE= yes
+MAKE_ARGS+= STAGEDIR=${STAGEDIR}
-MAN8= fragrouter.8
-PLIST_FILES= sbin/fragrouter
+PLIST_FILES= sbin/fragrouter \
+ man/man8/fragrouter.8.gz
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/security/fragrouter/files/patch-ac b/security/fragrouter/files/patch-Libnet-0.99b__configure
index 9ff3b3166c8c..9ff3b3166c8c 100644
--- a/security/fragrouter/files/patch-ac
+++ b/security/fragrouter/files/patch-Libnet-0.99b__configure
diff --git a/security/fragrouter/files/patch-aa b/security/fragrouter/files/patch-Makefile.in
index 04d7a97f3670..0d2af31a0991 100644
--- a/security/fragrouter/files/patch-aa
+++ b/security/fragrouter/files/patch-Makefile.in
@@ -1,5 +1,14 @@
--- Makefile.in.orig Mon Jul 26 08:08:50 1999
+++ Makefile.in Sat Jan 8 00:17:56 2000
+@@ -7,7 +7,7 @@
+ srcdir = @srcdir@
+ VPATH = @srcdir@
+
+-install_prefix =
++install_prefix = ${STAGEDIR}
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ sbindir = @sbindir@
@@ -22,10 +22,10 @@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
diff --git a/security/fragrouter/files/patch-ab b/security/fragrouter/files/patch-configure
index ed814d8cb22a..ed814d8cb22a 100644
--- a/security/fragrouter/files/patch-ab
+++ b/security/fragrouter/files/patch-configure