diff options
author | taca <taca@pkgsrc.org> | 2004-06-07 00:27:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-06-07 00:27:02 +0000 |
commit | b4f70bf7f4514c009b710041676038e9838c4f04 (patch) | |
tree | b02fb05bf7a7165d843cfcdc37e17728db01f33d /www/squid/patches | |
parent | 28c7b5296283279099e30ae45f909576ec070026 (diff) | |
download | pkgsrc-b4f70bf7f4514c009b710041676038e9838c4f04.tar.gz |
Oops, I replaced patch-ad with patch-ae by mistake, restored patch-ad.
Diffstat (limited to 'www/squid/patches')
-rw-r--r-- | www/squid/patches/patch-ad | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/squid/patches/patch-ad b/www/squid/patches/patch-ad index dbe532dfd07..c3e95ecfb25 100644 --- a/www/squid/patches/patch-ad +++ b/www/squid/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.5 2004/06/06 16:01:03 taca Exp $ +$NetBSD: patch-ad,v 1.6 2004/06/07 00:27:02 taca Exp $ ---- icons/Makefile.in.orig 2003-05-22 09:15:40.000000000 +0900 -+++ icons/Makefile.in -@@ -144,7 +144,7 @@ ICON2 = anthony-bomb.gif \ - anthony-xpm.gif +--- errors/Makefile.in.orig 2003-12-01 19:13:57.000000000 +0900 ++++ errors/Makefile.in +@@ -116,7 +116,7 @@ am__quote = @am__quote@ + install_sh = @install_sh@ + makesnmplib = @makesnmplib@ +-errordir = $(datadir)/errors ++errordir = $(datadir)/squid/errors + + DEFAULT_ERROR_DIR = $(errordir) --icondir = $(datadir)/icons -+icondir = $(datadir)/squid/icons - icon_DATA = $(ICON1) $(ICON2) - EXTRA_DIST = $(ICON1) $(ICON2) icons.shar - DISTCLEANFILES = |