diff options
author | adrian <adrian@FreeBSD.org> | 2001-06-18 06:24:02 +0800 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2001-06-18 06:24:02 +0800 |
commit | 73fe8780aec4c0d79f97f6693c11f7f45dafe67f (patch) | |
tree | 3a2fb139a19998d23bdc410c5041ddce1614e92c /www/squid30/Makefile | |
parent | acaf4d3b052d9e7fcbf0145cc857c4c2c7a401be (diff) | |
download | freebsd-ports-gnome-73fe8780aec4c0d79f97f6693c11f7f45dafe67f.tar.gz freebsd-ports-gnome-73fe8780aec4c0d79f97f6693c11f7f45dafe67f.tar.zst freebsd-ports-gnome-73fe8780aec4c0d79f97f6693c11f7f45dafe67f.zip |
Make sure we don't delete mime.conf and squid.conf at package
uninstallation time if they've been modified.
Diffstat (limited to 'www/squid30/Makefile')
-rw-r--r-- | www/squid30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 5b71dc952dd7..45e0fb0e9778 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ |