diff options
author | tron <tron@pkgsrc.org> | 2003-04-28 15:33:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-04-28 15:33:13 +0000 |
commit | 12a74303120f756b69ecde0dd57201eaf7d42278 (patch) | |
tree | 185584736b7694c8c362b738410828839c4f0173 /security | |
parent | 708739d9b10575c701a71739b8d4df7ea8b008a4 (diff) | |
download | pkgsrc-12a74303120f756b69ecde0dd57201eaf7d42278.tar.gz |
"v0.1" is *not* a correct version number a for NetBSD package. Change it
to "0.1" hence. This fixes PR pkg/21295 by Todd Vierling.
Diffstat (limited to 'security')
-rw-r--r-- | security/amavis-perl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile index 9968b08ee0a..acae04b7b8a 100644 --- a/security/amavis-perl/Makefile +++ b/security/amavis-perl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/04/27 20:29:18 cjep Exp $ -# +# $NetBSD: Makefile,v 1.7 2003/04/28 15:33:13 tron Exp $ DISTNAME= amavisd-${VERSION} -PKGNAME= amavis-perl-v${VERSION} +PKGNAME= amavis-perl-${VERSION} CATEGORIES= security mail MASTER_SITES= http://www.amavis.org/dist/perl/ \ ${MASTER_SITE_SOURCEFORGE:=amavis/} |