diff options
author | grant <grant@pkgsrc.org> | 2002-05-30 06:03:50 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-05-30 06:03:50 +0000 |
commit | 83ed0706c2ac6bf13d6b0f3d84228902d27e7b88 (patch) | |
tree | 8533d6beabf69fb62ab2e52fc91de653119b721e /chat/bitchx | |
parent | e8c4951974a2dfcd40900dc79d3b44347fe24d9f (diff) | |
download | pkgsrc-83ed0706c2ac6bf13d6b0f3d84228902d27e7b88.tar.gz |
add ftp://ftp.bitchx.org/pub/BitchX/source/old/ to MASTER_SITES for
when pkgsrc is not up to date.
Diffstat (limited to 'chat/bitchx')
-rw-r--r-- | chat/bitchx/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 21439270cd9..c9b5d0d8e4a 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2001/09/30 13:52:57 blymn Exp $ +# $NetBSD: Makefile,v 1.10 2002/05/30 06:03:50 grant Exp $ DISTNAME= ircii-pana-1.0c18 PKGNAME= bitchx-1.0.3.18 WRKSRC= ${WRKDIR}/BitchX CATEGORIES= chat -MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ + +# /old/ is for when pkgsrc is not up to date +MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \ + ftp://ftp.bitchx.org/pub/BitchX/source/old/ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.bitchx.org/ |