diff options
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r-- | lang/chicken/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 5e61bc65f03..0eb035aa726 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/02/05 23:09:43 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/03/04 21:29:53 jlam Exp $ # DISTNAME= chicken-2.2 @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.call-with-current-continuation.org/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.call-with-current-continuation.org/chicken.html COMMENT= Scheme to C compiler, handling R5RS |