diff options
author | gdt <gdt> | 2005-10-11 14:11:27 +0000 |
---|---|---|
committer | gdt <gdt> | 2005-10-11 14:11:27 +0000 |
commit | f4a139eac5244e1083ab99b6056c22f40539ff31 (patch) | |
tree | 7ba97a531efade423c03373592da87495d83368e /www | |
parent | 7df2d0f63cc1b1d5bdbe7a69496cc416ea30cacb (diff) | |
download | pkgsrc-f4a139eac5244e1083ab99b6056c22f40539ff31.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.
Diffstat (limited to 'www')
-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 |