diff options
author | sommerfeld <sommerfeld> | 2000-05-20 13:32:13 +0000 |
---|---|---|
committer | sommerfeld <sommerfeld> | 2000-05-20 13:32:13 +0000 |
commit | 777de1b1d1a431af5a164f860b8fa974fc81b467 (patch) | |
tree | 5d5e198f40adcb5813efb12aaa6784d354f1095c /www/adzap/Makefile | |
parent | 6b99d060d576ff14012bfbd7685e41158053ca91 (diff) | |
download | pkgsrc-777de1b1d1a431af5a164f860b8fa974fc81b467.tar.gz |
The distribution tarball changed contents without changing names. The
"wrapper" script inside changed names from "zapwrap.sh" to "wrapzap".
Whack patches to match.
No release notes for this version appear to be available, either in
the tarball or on the web site.
Diffstat (limited to 'www/adzap/Makefile')
-rw-r--r-- | www/adzap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/adzap/Makefile b/www/adzap/Makefile index 216d849c5b6..1eed5d98050 100644 --- a/www/adzap/Makefile +++ b/www/adzap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/04/25 09:40:25 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/20 13:32:13 sommerfeld Exp $ # DISTNAME= adzap -PKGNAME= ${DISTNAME}-20000421 +PKGNAME= ${DISTNAME}-20000509 CATEGORIES= www perl MASTER_SITES= http://www.zip.com.au/~cs/adzap/ @@ -16,7 +16,7 @@ NO_BUILD= YES USE_PERL5= YES do-configure: -.for file in squid_redirect zapwrap.sh +.for file in squid_redirect wrapzap ${CP} ${WRKSRC}/${file} ${WRKSRC}/${file}.orig ${SED} -e "s:/usr/bin/perl:${PREFIX}/bin/perl:g" \ -e "s:@@PREFIX@@:${PREFIX}:g" \ @@ -25,7 +25,7 @@ do-configure: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/squid_redirect ${PREFIX}/libexec - ${INSTALL_SCRIPT} ${WRKSRC}/zapwrap.sh ${PREFIX}/libexec/adzap + ${INSTALL_SCRIPT} ${WRKSRC}/wrapzap ${PREFIX}/libexec/adzap ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/adzap .for file in adzap.conf proxy-cisra.pac proxy-home.pac proxy-zip.pac \ closepopup-clear.html no-op-clear.html closepopup.html no-op.html \ |