diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-03 13:43:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-03 13:43:15 +0000 |
commit | 11a10ae3cb7559891fed628d0f1a7eef6bae969f (patch) | |
tree | c0c9eebbcc3cca683b0b0627413eceb88a40418b /net/md-whois | |
parent | 53c7100fd53ec04f4094b104507de71dfa654e8d (diff) | |
download | pkgsrc-11a10ae3cb7559891fed628d0f1a7eef6bae969f.tar.gz |
Using MASTER_SITE_DEBIAN instead of hard-coded URL.
Diffstat (limited to 'net/md-whois')
-rw-r--r-- | net/md-whois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index 3fd9fa55909..61b4f39119c 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/08/02 00:23:31 reed Exp $ +# $NetBSD: Makefile,v 1.17 2005/11/03 13:43:15 rillig Exp $ # # todo: set location of [md-]whois.conf and fix in man page too # todo: build and install the po/ files and add to PLIST @@ -8,7 +8,7 @@ DISTNAME= whois_${VERSION} PKGNAME= md-whois-${VERSION} CATEGORIES= net -MASTER_SITES= http://ftp.debian.org/debian/pool/main/w/whois/ +MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/w/whois/} MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.linux.it/~md/software/ |