openbsd-ports/www/squid/patches/patch-icons_Makefile_in
brad 1b1ddd6bfa upgrade to Squid 2.5.PRE10
- The squid binary has been moved from bin/ to sbin/
- The cachemgr CGI is statically linked now
2002-07-24 18:14:08 +00:00

13 lines
426 B
Plaintext

$OpenBSD: patch-icons_Makefile_in,v 1.3 2002/07/24 18:14:09 brad Exp $
--- icons/Makefile.in.orig Fri Jul 12 04:38:22 2002
+++ icons/Makefile.in Tue Jul 23 18:04:19 2002
@@ -147,7 +147,7 @@ ICON2 = anthony-bomb.gif \
anthony-xpm.gif
-icondir = $(datadir)/icons
+icondir = $(prefix)/share/examples/squid/icons
icon_DATA = $(ICON1) $(ICON2)
EXTRA_DIST = $(ICON1) $(ICON2) icons.shar
DISTCLEANFILES = $(ICON1) $(ICON2)