summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-28 00:09:58 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-28 00:09:58 +0000
commit35fc62a6c3987f2a495454e42d8c7d7e50f7cc74 (patch)
tree2b2180fc9a86b57766bcc66753aca063e76f5518 /lang/chicken
parentUse the virtual category "scheme" (part ii) (diff)
Use the new virtual category 'scheme'
- Add the virtual category 'scheme' to the orphan ports - Fix the chicken's csc script - Minor portlint cleanups PR: ports/55265 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Notes
Notes: svn path=/head/; revision=87819
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index b1da79857ddc..f6cfa9adb708 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -7,7 +7,7 @@
PORTNAME= chicken
PORTVERSION= 1.14
-CATEGORIES= lang
+CATEGORIES= lang scheme
MASTER_SITES= http://www.call-with-current-continuation.org/
MAINTAINER= ports@FreeBSD.org
@@ -22,6 +22,7 @@ MAN1= chicken-config.1 chicken.1 csc.1 csi.1
post-patch:
${REINPLACE_CMD} -e 's/\(install-data-am: \)install-data-local/\1/' \
${WRKSRC}/Makefile.in
+ ${REINPLACE_CMD} -e 's|"/usr/local/include" ||' ${WRKSRC}/csc.in
post-install:
.if !defined(NOPORTDOCS)