diff options
author | taca <taca> | 2003-09-17 05:33:46 +0000 |
---|---|---|
committer | taca <taca> | 2003-09-17 05:33:46 +0000 |
commit | 9cedfd795d9ab08f07f91b38f29d76fee8e2719a (patch) | |
tree | c1ee0ffb16d61ae3d432319378bc0762516c46ea /www | |
parent | 47582d690c5b8135f08669258f4d978b8dc877f4 (diff) | |
download | pkgsrc-9cedfd795d9ab08f07f91b38f29d76fee8e2719a.tar.gz |
Oops, I forgot to update DIST_SUBDIR.
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 66ca635af02..a7187c4682d 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2003/09/16 15:58:39 taca Exp $ +# $NetBSD: Makefile,v 1.93 2003/09/17 05:33:46 taca Exp $ DISTNAME= squid-2.5.STABLE4 PKGNAME= squid-2.5.4 @@ -18,7 +18,7 @@ HOMEPAGE= http://www.squid-cache.org/ COMMENT= Post-Harvest_cached WWW proxy cache and accelerator USE_PERL5= build -DIST_SUBDIR= squid-2.5.3 +DIST_SUBDIR= squid-2.5.4 DOCDIR= ${PREFIX}/share/doc/squid EXAMPLESDIR= ${PREFIX}/share/examples/squid |