diff options
author | jwise <jwise@pkgsrc.org> | 2003-02-05 16:27:32 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2003-02-05 16:27:32 +0000 |
commit | dde0be864beafd09b541ddc8964887ac613468c8 (patch) | |
tree | fc0e52622f34b0b9f0159b964bd37dbef81c4ded /chat/i2cb | |
parent | 56fff0ef58cfa711f92f33c51b11ecdcc2c4988b (diff) | |
download | pkgsrc-dde0be864beafd09b541ddc8964887ac613468c8.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/i2cb')
-rw-r--r-- | chat/i2cb/Makefile | 5 |
1 files changed, 2 insertions, 3 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/ |