diff options
author | gdt <gdt@pkgsrc.org> | 2005-10-11 14:11:27 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2005-10-11 14:11:27 +0000 |
commit | c85a7031b75f30f0c1c0284ee9f08fb505062e4f (patch) | |
tree | 7ba97a531efade423c03373592da87495d83368e | |
parent | 1405fba0fd37e84f526212b6d714335eeee008d5 (diff) | |
download | pkgsrc-c85a7031b75f30f0c1c0284ee9f08fb505062e4f.tar.gz |
Change version from 20040201 to 0.20040201, so that if this package
transitions to more modern practice and has a normal version number,
there is some chance we can handle that without going backwards.
-rw-r--r-- | www/squidpurge/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/www/squidpurge/Makefile b/www/squidpurge/Makefile index 4ee2d20f90d..fbd0cc1cdb3 100644 --- a/www/squidpurge/Makefile +++ b/www/squidpurge/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2005/10/11 09:09:07 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/11 14:11:27 gdt Exp $ # -DISTNAME= purge-${PURGEVERSION}-src -PKGNAME= squidpurge-${PURGEVERSION} -PKGREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.wa.apana.org.au/~dean/sources/ +DISTNAME= purge-${PURGEVERSION}-src +PKGNAME= squidpurge-0.${PURGEVERSION} +CATEGORIES= www +MASTER_SITES= http://www.wa.apana.org.au/~dean/sources/ -MAINTAINER= gdt@NetBSD.org -HOMEPAGE= http://www.wa.apana.org.au/~dean/squidpurge/ -COMMENT= Squid cache tool to list, extract or purge objects +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://www.wa.apana.org.au/~dean/squidpurge/ +COMMENT= Squid cache tool to list, extract or purge objects -PURGEVERSION= 20040201 +PURGEVERSION= 20040201 -WRKSRC= ${WRKDIR}/purge +WRKSRC= ${WRKDIR}/purge USE_TOOLS+= gmake |