aboutsummaryrefslogtreecommitdiff
path: root/graphics/gauche-gl
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-23 14:12:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-23 14:12:21 +0000
commit325120a6504c032de4caf6fe0b6504f86e77e4f3 (patch)
tree9b3a058ca6c0a1f768f8e1547708fa88b903579d /graphics/gauche-gl
parent8840b5b280bc45e48b08382ca48871eb527f39ab (diff)
downloadports-325120a6504c032de4caf6fe0b6504f86e77e4f3.tar.gz
ports-325120a6504c032de4caf6fe0b6504f86e77e4f3.zip
- Fix library stripping
Notes
Notes: svn path=/head/; revision=390407
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r--graphics/gauche-gl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile
index 619017505cbd..5968d1434b16 100644
--- a/graphics/gauche-gl/Makefile
+++ b/graphics/gauche-gl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gl
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics scheme
MASTER_SITES= SF/gauche/Gauche-gl
PKGNAMEPREFIX= gauche-
@@ -57,6 +57,7 @@ do-install:
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
${STAGEDIR}${EXAMPLESDIR})
@(cd ${STAGEDIR}${PREFIX}/lib/gauche-0.9/site/${CONFIGURE_TARGET} && \
- ${STRIP_CMD} libgauche-*.so)
+ ${CHMOD} u+w libgauche-*.so && ${STRIP_CMD} libgauche-*.so && \
+ ${CHMOD} u-w libgauche-*.so)
.include <bsd.port.mk>