diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 21:46:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 21:46:12 +0000 |
commit | 07d46249f698e0672e6b95d3571246e5e3f84bfa (patch) | |
tree | cc8a6c3fd113b204d590685e4def89a095409cbf /lang/mercury | |
parent | f5b8945cb95a5365399b97ea5e24648542250c56 (diff) | |
download | pkgsrc-07d46249f698e0672e6b95d3571246e5e3f84bfa.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'lang/mercury')
-rw-r--r-- | lang/mercury/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index 0cead074f31..47cb77baeff 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/05 06:27:41 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2006/10/04 21:46:13 wiz Exp $ DISTNAME= mercury-compiler-0.11.0 PKGNAME= mercury-0.11.0 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \ ${MASTER_SITE_SUNSITE:=devel/lang/mercury/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.cs.mu.oz.au/mercury/ +HOMEPAGE= http://www.cs.mu.oz.au/research/mercury/ COMMENT= Modern logic/functional programming language GNU_CONFIGURE= yes |