aboutsummaryrefslogtreecommitdiff
path: root/lang/scsh/Makefile
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2003-05-20 08:47:25 +0000
committerAlexander Langer <alex@FreeBSD.org>2003-05-20 08:47:25 +0000
commit3b829d46c523248290a0b4278af66d922af0935a (patch)
tree12727ea9c6f206b95248e0adc0eee0fa31a504fa /lang/scsh/Makefile
parent8b332ebeabb17e676721394f27bd93251bc62619 (diff)
downloadports-3b829d46c523248290a0b4278af66d922af0935a.tar.gz
ports-3b829d46c523248290a0b4278af66d922af0935a.zip
Notes
Diffstat (limited to 'lang/scsh/Makefile')
-rw-r--r--lang/scsh/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile
index b265c72d106d..4485a6598e99 100644
--- a/lang/scsh/Makefile
+++ b/lang/scsh/Makefile
@@ -6,20 +6,20 @@
#
PORTNAME= scsh
-PORTVERSION= 0.6.2
+PORTVERSION= 0.6.4
CATEGORIES= lang
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/
-MAINTAINER= alex@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Unix shell embedded into Scheme, with access to all Posix calls
CONFIGURE_ENV+= LDFLAGS="-Wl,-E"
.include <bsd.port.pre.mk>
-.if ${MACHINE_ARCH} == "alpha"
-BROKEN= bus errors on unaligned accesses in scshvm
-.endif
+#.if ${MACHINE_ARCH} == "alpha"
+#BROKEN= bus errors on unaligned accesses in scshvm
+#.endif
GNU_CONFIGURE= yes
@@ -37,6 +37,8 @@ post-install:
.else
@${RM} -rf ${PREFIX}/lib/scsh/doc
.endif
+ @(cd ${WRKSRC} && \
+ ${CP} -R emacs ${PREFIX}/lib/scsh/)
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>