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/i2cbd | |
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/i2cbd')
-rw-r--r-- | chat/i2cbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |