diff options
-rw-r--r-- | lang/chicken/Makefile | 6 | ||||
-rw-r--r-- | lang/chicken/pkg-plist | 2 |
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 |