pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/md-whois Using MASTER_SITE_DEBIAN instead of hard-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1c8d8a8dce8
branches:  trunk
changeset: 502232:c1c8d8a8dce8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 03 13:43:15 2005 +0000

description:
Using MASTER_SITE_DEBIAN instead of hard-coded URL.

diffstat:

 net/md-whois/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3f2d198b248d -r c1c8d8a8dce8 net/md-whois/Makefile
--- a/net/md-whois/Makefile     Thu Nov 03 13:40:19 2005 +0000
+++ b/net/md-whois/Makefile     Thu Nov 03 13:43:15 2005 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.linux.it/~md/software/



Home | Main Index | Thread Index | Old Index