diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-30 00:49:11 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-30 00:49:11 +0000 |
commit | 48135f0ca61cafc009248ed62c008d9d8e08cb4f (patch) | |
tree | 1fbc4cfb48a005126fd94e572b0a56c742ef3548 /lang/chicken/Makefile | |
parent | cc138bc0223e29771054d64c59e810a115965d4a (diff) | |
download | ports-48135f0ca61cafc009248ed62c008d9d8e08cb4f.tar.gz ports-48135f0ca61cafc009248ed62c008d9d8e08cb4f.zip |
Notes
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r-- | lang/chicken/Makefile | 6 |
1 files changed, 4 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) |