diff options
author | jmmv <jmmv> | 2003-06-05 17:20:26 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-06-05 17:20:26 +0000 |
commit | 8dc158787f4e95d580eb5a3760b018fc81dbccbb (patch) | |
tree | 93a83997ee57f70cf2581299ee257a36f3ea4d14 /mail/sigrot | |
parent | 29f89b21a96ddefde8aff43765a3d8db6cba0714 (diff) | |
download | pkgsrc-8dc158787f4e95d580eb5a3760b018fc81dbccbb.tar.gz |
Use MASTER_SITE_DEBIAN.
Diffstat (limited to 'mail/sigrot')
-rw-r--r-- | mail/sigrot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile index 6cb9d7ff18b..e129326787f 100644 --- a/mail/sigrot/Makefile +++ b/mail/sigrot/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/05/02 08:03:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/06/05 17:20:26 jmmv Exp $ DISTNAME= sigrot_1.2-1 PKGNAME= sigrot-1.2 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= mail -MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/s/sigrot/ \ - ftp://ftp.de.debian.org/debian/pool/main/s/sigrot/ +MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/sigrot/} MAINTAINER= drue@users.sourceforge.net HOMEPAGE= http://packages.debian.org/stable/mail/sigrot.html |