diff options
author | swills <swills@FreeBSD.org> | 2017-12-14 06:35:53 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-12-14 06:35:53 +0800 |
commit | d9c5e835ae446d37319c5096990f96e557e1332f (patch) | |
tree | 51178000a46930638ea7b293f02a152a29564ce6 /www/squid | |
parent | b675ba356dceb2c8a2aeb61a7b2f28d1e3f644f2 (diff) | |
download | freebsd-ports-gnome-d9c5e835ae446d37319c5096990f96e557e1332f.tar.gz freebsd-ports-gnome-d9c5e835ae446d37319c5096990f96e557e1332f.tar.zst freebsd-ports-gnome-d9c5e835ae446d37319c5096990f96e557e1332f.zip |
Fix typo in previous commit
Reported by: Yasuhiro KIMURA <yasu@utahime.org>
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 8ad055d9aa4e..384ecc22e062 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -2,7 +2,7 @@ PORTNAME= squid PORTVERSION= 3.5.27 -POTREVISION= 1 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ |