diff options
author | rillig <rillig> | 2005-11-03 13:43:15 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-03 13:43:15 +0000 |
commit | 18fd47b23e5d4433166c5117bb4b177ac6685086 (patch) | |
tree | c0c9eebbcc3cca683b0b0627413eceb88a40418b /net/md-whois | |
parent | 606615b24c1ca8a2be1c9744cfd67d4dbf230fa3 (diff) | |
download | pkgsrc-18fd47b23e5d4433166c5117bb4b177ac6685086.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/ |