summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-04-30 00:49:11 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-04-30 00:49:11 +0000
commit48135f0ca61cafc009248ed62c008d9d8e08cb4f (patch)
tree1fbc4cfb48a005126fd94e572b0a56c742ef3548 /lang/chicken
parentIt's only for i386. (diff)
set ONLY_FOR_ARCHS=i386
keep static executable files drop MAINTAINERship PR: 51537 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=79901
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/Makefile6
-rw-r--r--lang/chicken/pkg-plist2
2 files changed, 6 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index bde2188234b5..e344dead85a0 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -10,9 +10,11 @@ PORTVERSION= 1.0
CATEGORIES= lang
MASTER_SITES= http://www.call-with-current-continuation.org/
-MAINTAINER= fuyuki@hadaly.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Scheme-to-C compiler
+ONLY_FOR_ARCHS= i386
+
USE_REINPLACE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
@@ -21,7 +23,7 @@ MAN1= chicken-config.1 chicken.1 csc.1 csi.1
post-patch:
${REINPLACE_CMD} -e 's/\(install-data-am: \)install-data-local/\1/' \
- -e 's/[a-z]*-static$$(EXEEXT) //' ${WRKSRC}/Makefile.in
+ ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
diff --git a/lang/chicken/pkg-plist b/lang/chicken/pkg-plist
index 53edf3b242f4..4993b0c50717 100644
--- a/lang/chicken/pkg-plist
+++ b/lang/chicken/pkg-plist
@@ -1,7 +1,9 @@
bin/chicken
bin/chicken-config
+bin/chicken-static
bin/csc
bin/csi
+bin/csi-static
bin/scheme-chicken
bin/scheme-chicken-hygienic
bin/scheme-ieee-1178-1990