diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-25 05:31:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-25 05:31:57 +0000 |
commit | 5925f30944ac835aa9209163551bd69559766596 (patch) | |
tree | 0f67e93454beb735593a79a3b7da8824daadb565 /lang/squeak | |
parent | fe8200434877945d8db85528725637f08f37f7fd (diff) | |
download | pkgsrc-5925f30944ac835aa9209163551bd69559766596.tar.gz |
Update HOMEPAGE and MASTER_SITES.
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index a441235d8ba..9f138736860 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.30 2006/03/09 21:04:44 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2007/03/25 05:31:57 wiz Exp $ # DISTNAME= Squeak-3.6-3 PKGNAME= squeak-3.6.3 PKGREVISION= 1 CATEGORIES= lang -MASTER_SITES= http://www-sor.inria.fr/~piumarta/squeak/unix/release/ +MASTER_SITES= http://squeakvm.org/unix/release/ DISTFILES= Squeak-3.6-3.src.tar.gz Squeak-3.6-5429.image.tar.gz DISTFILES+= Squeak-3.sources.tar.gz MAINTAINER= fredb@NetBSD.org -HOMEPAGE= http://www-sor.inria.fr/~piumarta/squeak/ +HOMEPAGE= http://squeakvm.org/unix/ COMMENT= Full Smalltalk 80 with portability to UN*X, Mac, and Windows GNU_CONFIGURE= yes |