diff options
author | adrian <adrian@FreeBSD.org> | 2001-06-17 22:24:02 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2001-06-17 22:24:02 +0000 |
commit | 73fe8780aec4c0d79f97f6693c11f7f45dafe67f (patch) | |
tree | 3a2fb139a19998d23bdc410c5041ddce1614e92c /www/squid26/Makefile | |
parent | acaf4d3b052d9e7fcbf0145cc857c4c2c7a401be (diff) | |
download | FreeBSD-ports-73fe8780aec4c0d79f97f6693c11f7f45dafe67f.zip FreeBSD-ports-73fe8780aec4c0d79f97f6693c11f7f45dafe67f.tar.gz |
Make sure we don't delete mime.conf and squid.conf at package
uninstallation time if they've been modified.
Diffstat (limited to 'www/squid26/Makefile')
-rw-r--r-- | www/squid26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 5b71dc9..45e0fb0 100644 --- a/www/squid26/Makefile +++ b/www/squid26/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/ \ |