diff options
author | tron <tron@pkgsrc.org> | 2009-05-05 07:49:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-05-05 07:49:48 +0000 |
commit | 7a4b182267abd78343fc1b3f465122a6de7b6549 (patch) | |
tree | 7247e6e9da70b16de064158ab8ec88db02beaf09 /www | |
parent | 95b5db5bf95289b597028cd585af1e5a3d3c765d (diff) | |
download | pkgsrc-7a4b182267abd78343fc1b3f465122a6de7b6549.tar.gz |
(Re-)add "patch-aj" which got lost during the last commit.
Problem pointed out by Michael van Elst.
Diffstat (limited to 'www')
-rw-r--r-- | www/squid31/Makefile | 4 | ||||
-rw-r--r-- | www/squid31/patches/patch-aj | 17 |
2 files changed, 19 insertions, 2 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 70f96fbc0f9..6fa8e37850c 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2009/05/04 22:29:41 tron Exp $ +# $NetBSD: Makefile,v 1.3 2009/05/05 07:49:48 tron Exp $ DISTNAME= squid-3.1.0.7 PKGNAME= ${DISTNAME} # Necessary for "pkgsrc/www/squid/options.mk" -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v3/3.1/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/squid31/patches/patch-aj b/www/squid31/patches/patch-aj new file mode 100644 index 00000000000..7209d6fb849 --- /dev/null +++ b/www/squid31/patches/patch-aj @@ -0,0 +1,17 @@ +$NetBSD: patch-aj,v 1.3 2009/05/05 07:49:48 tron Exp $ + +--- src/Makefile.in.orig 2009-04-08 12:51:29.000000000 +0200 ++++ src/Makefile.in +@@ -4297,10 +4297,10 @@ info: info-recursive + + info-am: + +-install-data-am: install-data-local install-dataDATA ++install-data-am: install-dataDATA + + install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \ +- install-sbinPROGRAMS install-sysconfDATA ++ install-sbinPROGRAMS + + install-info: install-info-recursive + |