diff options
author | mjl <mjl> | 1999-03-30 22:41:41 +0000 |
---|---|---|
committer | mjl <mjl> | 1999-03-30 22:41:41 +0000 |
commit | 1272959d7753a33f6a92551da0729e8498cb5d3e (patch) | |
tree | ea394a407a2ebb50997bc254d12ea3d2033e5a7c /www/webalizer | |
parent | 258e867c64e00a77b092de64de048a4b5050ce12 (diff) | |
download | pkgsrc-1272959d7753a33f6a92551da0729e8498cb5d3e.tar.gz |
Rename to webalizer-1.22.01 (no dash in version number)
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index ce308bb271f..33f44c1a7ad 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/03/23 21:16:06 mjl Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/30 22:41:41 mjl Exp $ # DISTNAME= webalizer-1.22-01-src -PKGNAME= webalizer-1.22-01 +PKGNAME= webalizer-1.22.01 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ EXTRACT_SUFX= .tgz @@ -12,7 +12,7 @@ HOMEPAGE= http://www.mrunix.net/webalizer/ DEPENDS= gd-1.3:../../graphics/gd -WRKSRC = ${WRKDIR}/${PKGNAME} +WRKSRC = ${WRKDIR}/webalizer-1.22-01 post-patch: @for f in webalizer.c webalizer.1; do \ |