summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-09-09 19:34:32 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-09-09 19:34:32 +0000
commit1904d7cde52004c0a71c0f0960a868088c93326c (patch)
treed622657b0a3636e6311299a1e20e4477552f5ae1 /lang/gauche
parentThe fix suggested in the PR was bogus, we cannot use cut (diff)
Strip the gosh binary.
Obtained from: ports/40901 Submitted by: Erik Greenwald <erik@smluc.org>
Notes
Notes: svn path=/head/; revision=65942
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index e234999d7fa1..e62b51a0b0d2 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -34,6 +34,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" \
INFOSECTION="${INFOSECTION}"
post-install:
+ ${STRIP_CMD} ${PREFIX}/bin/gosh
-${PREFIX}/bin/gosh -u slib -e "(require 'logical)" -e "(exit 0)" > /dev/null 2>&1
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${MANPREFIX}/man/man1/