Regular update to version 0.5
The port don't respect PREFIX. -- Sem.
> The port don't respect PREFIX. Please see the patch below to fix this. Added files: files/patch-ipaddr_Makefile files/patch-strpdate_Makefile --- ipfw2dshield-0.5-prefix.patch begins here --- diff -ruN ipfw2dshield.bak/files/patch-ipaddr_Makefile ipfw2dshield/files/patch-ipaddr_Makefile --- ipfw2dshield.bak/files/patch-ipaddr_Makefile Thu Jan 1 01:00:00 1970 +++ ipfw2dshield/files/patch-ipaddr_Makefile Sat Nov 27 03:42:43 2004 @@ -0,0 +1,11 @@ +--- ipaddr/Makefile.orig Fri Feb 15 12:39:34 2002 ++++ ipaddr/Makefile Sat Nov 27 03:40:11 2004 +@@ -27,7 +27,7 @@ + CC = cc + CFLAGS = -O2 -Wall + +-prefix = /usr/local ++prefix = ${PREFIX} + bindir = $(prefix)/bin + + SRCS = ipaddr.c diff -ruN ipfw2dshield.bak/files/patch-strpdate_Makefile ipfw2dshield/files/patch-strpdate_Makefile --- ipfw2dshield.bak/files/patch-strpdate_Makefile Thu Jan 1 01:00:00 1970 +++ ipfw2dshield/files/patch-strpdate_Makefile Sat Nov 27 03:43:29 2004 @@ -0,0 +1,11 @@ +--- strpdate/Makefile.orig Wed May 12 09:14:36 2004 ++++ strpdate/Makefile Sat Nov 27 03:40:53 2004 +@@ -27,7 +27,7 @@ + CC = cc + CFLAGS = -O2 -Wall + +-prefix = /usr/local ++prefix = ${PREFIX} + bindir = $(prefix)/bin + + SRCS = strpdate.c --- ipfw2dshield-0.5-prefix.patch ends here ---
State Changed From-To: open->closed Committed, thanks!