diff options
author | jwise <jwise> | 2003-02-05 16:27:32 +0000 |
---|---|---|
committer | jwise <jwise> | 2003-02-05 16:27:32 +0000 |
commit | 6af9e16ace59fced18d9f18a02e6e9b6eb28df22 (patch) | |
tree | fc0e52622f34b0b9f0159b964bd37dbef81c4ded /chat | |
parent | c3c197fd5535607fbd047e8d0414e53b629d1415 (diff) | |
download | pkgsrc-6af9e16ace59fced18d9f18a02e6e9b6eb28df22.tar.gz |
We now have a properly versioned distfile for the (alpha) i2cb client, and
we now point users to ${MASTER_SITE_LOCAL} for the distfiles.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/i2cb/Makefile | 5 | ||||
-rw-r--r-- | chat/i2cbd/Makefile | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/chat/i2cb/Makefile b/chat/i2cb/Makefile index 3daa45ae9a9..b9028734bfe 100644 --- a/chat/i2cb/Makefile +++ b/chat/i2cb/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/12/08 05:59:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2003/02/05 16:27:32 jwise Exp $ # -DISTNAME= icb PKGNAME= i2cb-6.0_ALPHA CATEGORIES= chat -MASTER_SITES= http://www.draga.com/~jwise/i2cb/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.draga.com/~jwise/i2cb/ diff --git a/chat/i2cbd/Makefile b/chat/i2cbd/Makefile index 34af8953eef..b7c80fb39c5 100644 --- a/chat/i2cbd/Makefile +++ b/chat/i2cbd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/11/14 00:59:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2003/02/05 16:27:32 jwise Exp $ # DISTNAME= i2cbd-2.0_BETA0 CATEGORIES= chat -MASTER_SITES= http://www.draga.com/~jwise/i2cb/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.draga.com/~jwise/i2cb/ |