diff options
author | martti <martti@pkgsrc.org> | 2001-11-02 07:33:00 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-02 07:33:00 +0000 |
commit | 5890e8df25237f13bccb0eeaa4a61879843a405c (patch) | |
tree | 6e7149ebdf3b391a9198dc1e8af9d58ea6b4af26 /security/amavis-perl | |
parent | 6091f731ba3c029e7684385acf2e948b2147519c (diff) | |
download | pkgsrc-5890e8df25237f13bccb0eeaa4a61879843a405c.tar.gz |
Fixed MASTER_SITES
Diffstat (limited to 'security/amavis-perl')
-rw-r--r-- | security/amavis-perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile index 9843ef7cc47..75d4797044d 100644 --- a/security/amavis-perl/Makefile +++ b/security/amavis-perl/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/22 06:57:10 martti Exp $ +# $NetBSD: Makefile,v 1.2 2001/11/02 07:33:00 martti Exp $ # DISTNAME= amavisd-snapshot-${VERSION} PKGNAME= amavis-perl-${VERSION} CATEGORIES= security mail -MASTER_SITES= http://www.amavis.org/dist/ \ - http://aachalon.de/AMaViS/ +MASTER_SITES= http://www.amavis.org/dist/perl/ \ + ${MASTER_SITE_SOURCEFORGE:=amavis/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.amavis.org/ |