diff options
Diffstat (limited to 'lang/mercury/Makefile')
-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 b96a058aec8..8c5909db3a6 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/13 13:52:22 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/07/17 21:44:54 grant Exp $ DISTNAME= mercury-compiler-0.11.0 PKGNAME= mercury-0.11.0 @@ -7,7 +7,7 @@ CATEGORIES= lang MASTER_SITES= ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \ ${MASTER_SITE_SUNSITE:=devel/lang/mercury/} -MAINTAINER= tech-pkg@netbsd.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.mu.oz.au/mercury/ COMMENT= modern logic/functional programming language |