diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-04-22 22:01:10 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-04-22 22:01:10 +0000 |
commit | 954d6123aac6d59bfbe90d8587a8f9640aae5f18 (patch) | |
tree | 48922038ba4861ef8ec4c6f53eba127334603402 /chat | |
parent | 8aacf21e8a0ad1ce20b3f21df571897b5b821abc (diff) | |
download | pkgsrc-954d6123aac6d59bfbe90d8587a8f9640aae5f18.tar.gz |
Use MASTER_SITE_LOCAL, because original MASTER_SITE doesn't resolve
Diffstat (limited to 'chat')
-rw-r--r-- | chat/bnc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/bnc/Makefile b/chat/bnc/Makefile index 8ba4b30c270..b0f3d577854 100644 --- a/chat/bnc/Makefile +++ b/chat/bnc/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2001/03/28 15:06:12 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/22 22:01:10 zuntum Exp $ # FreeBSD Id: ports/irc/bnc/Makefile,v 1.9 2000/05/22 06:38:58 will Exp DISTNAME= bnc2.8.2 PKGNAME= bnc-2.8.2 CATEGORIES= chat -MASTER_SITES= http://hometown.psn.net/~andrews/dist/ \ - http://zuntum.eik.pl/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://bnc.dragondata.com |