aboutsummaryrefslogtreecommitdiff
path: root/www/privoxy+ipv6
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-07-30 18:39:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-07-30 18:39:30 +0000
commite3240fd595b5887516cc70471ab3906f922fdf91 (patch)
treea3c380c2a9de48aa60b841b804422c9646248d20 /www/privoxy+ipv6
parent71ee8215e3cbf93e749ef21e2697a64c84bcdac4 (diff)
downloadports-e3240fd595b5887516cc70471ab3906f922fdf91.tar.gz
ports-e3240fd595b5887516cc70471ab3906f922fdf91.zip
Notes
Diffstat (limited to 'www/privoxy+ipv6')
-rw-r--r--www/privoxy+ipv6/Makefile4
-rw-r--r--www/privoxy+ipv6/files/patch-GNUmakefile.in31
-rw-r--r--www/privoxy+ipv6/pkg-plist1
3 files changed, 17 insertions, 19 deletions
diff --git a/www/privoxy+ipv6/Makefile b/www/privoxy+ipv6/Makefile
index e22b50696c2e..2080920e1ff5 100644
--- a/www/privoxy+ipv6/Makefile
+++ b/www/privoxy+ipv6/Makefile
@@ -7,6 +7,7 @@
PORTNAME= privoxy+ipv6
PORTVERSION= 20030523
+PORTREVISION= 1
CATEGORIES= www ipv6
MASTER_SITES= ftp://ftp.deepspace6.net/pub/sources/privoxy/
DISTNAME= privoxy_CVS_${PORTVERSION}_ipv6_5
@@ -23,14 +24,13 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/+ipv6//}
USE_BZIP2= yes
USE_GMAKE= yes
-USE_AUTOCONF= yes
+USE_AUTOHEADER= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-user=${USER} --with-group=${GROUP} \
--sysconfdir=${ETCDIR} --localstatedir=/var
-
MAKEFILE= GNUmakefile
MAN1= privoxy.1
diff --git a/www/privoxy+ipv6/files/patch-GNUmakefile.in b/www/privoxy+ipv6/files/patch-GNUmakefile.in
index cfd22fd300e0..a220acd9b4a0 100644
--- a/www/privoxy+ipv6/files/patch-GNUmakefile.in
+++ b/www/privoxy+ipv6/files/patch-GNUmakefile.in
@@ -1,5 +1,5 @@
---- GNUmakefile.in.orig Fri May 23 04:31:48 2003
-+++ GNUmakefile.in Fri Jun 20 22:50:22 2003
+--- G Wed Jul 30 09:43:10 2003
++++ GNUmakefile.in Wed Jul 30 09:46:00 2003
@@ -174,7 +174,7 @@
#############################################################################
# We include these files in our distributions
@@ -10,18 +10,17 @@
# are included here
# and escape every '#' in the find. doh.
@@ -945,10 +945,12 @@
- $(CAT) config >config~ ;\
- $(MV) config.base config ;\
- fi
-- $(SED) 's+confdir .+confdir $(CONF_DEST)+' config | \
-- $(SED) 's+logdir .+logdir $(LOG_DEST)+' >config.updated
-+ $(SED) 's+confdir .*+confdir $(CONF_DEST)+' config | \
-+ $(SED) 's+logdir .*+logdir $(LOG_DEST)+' >config.updated
- $(MV) config config.base
-- $(MV) config.updated config
-+ $(MV) config.updated config
-+ $(MV) config config.sample
-+ $(CP) user.action user.action.sample
+ $(CAT) config >config~ ;\
+ $(MV) config.base config ;\
+ fi
+- $(SED) 's+confdir .+confdir $(CONF_DEST)+' config | \
+- $(SED) 's+logdir .+logdir $(LOG_DEST)+' >config.updated
++ $(SED) 's+confdir .*+confdir $(CONF_DEST)+' config | \
++ $(SED) 's+logdir .*+logdir $(LOG_DEST)+' >config.updated
+ $(MV) config config.base
+ $(MV) config.updated config
++ $(MV) config config.sample
++ $(CP) user.action user.action.sample
- @# Install the config support files. Test for root install, and abort
- @# if there is no privoxy user, and no other user or group was enabled
+ @# Install the config support files. Test for root install, and abort
+ @# if there is no privoxy user, and no other user or group was enabled
diff --git a/www/privoxy+ipv6/pkg-plist b/www/privoxy+ipv6/pkg-plist
index af9044ddb34f..1880b5ef10ee 100644
--- a/www/privoxy+ipv6/pkg-plist
+++ b/www/privoxy+ipv6/pkg-plist
@@ -91,4 +91,3 @@ sbin/privoxy
@dirrm %%DOCSDIR%%/man-page
@dirrm %%DOCSDIR%%/user-manual
@dirrm %%DOCSDIR%%
-