summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authormartti <martti>2003-07-21 16:45:54 +0000
committermartti <martti>2003-07-21 16:45:54 +0000
commit08cea73ea689570d2cebd54c9886cf260db20484 (patch)
treeb1f871338028796610e5ff920241fc869f182169 /lang/chicken
parent1a8b5d26aed60e3f03654073908b836f261492bd (diff)
downloadpkgsrc-08cea73ea689570d2cebd54c9886cf260db20484.tar.gz
COMMENT should start with a capital letter.
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 5c587b40933..47addaa460c 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:44:03 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/07/21 16:54:00 martti Exp $
#
DISTNAME= chicken-1.0
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.call-with-current-continuation.org/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.call-with-current-continuation.org/chicken.html
-COMMENT= scheme to C compiler, handling R5RS
+COMMENT= Scheme to C compiler, handling R5RS
GNU_CONFIGURE= yes
USE_LIBTOOL= yes