diff options
author | jmmv <jmmv> | 2003-06-05 17:20:26 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-06-05 17:20:26 +0000 |
commit | b7318f18bd2fcbbc16e31e7a74bdf47cb689e164 (patch) | |
tree | 93a83997ee57f70cf2581299ee257a36f3ea4d14 /mail | |
parent | 2247a083fbd5a1273b98efea9954747c8e210772 (diff) | |
download | pkgsrc-b7318f18bd2fcbbc16e31e7a74bdf47cb689e164.tar.gz |
Use MASTER_SITE_DEBIAN.
Diffstat (limited to 'mail')
-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 |