aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-01-02 00:57:44 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-01-02 00:57:44 +0800
commite0ed2d4e9ac270046fc6f99f90da330d879d8ac1 (patch)
treec77cc909a930e261cb6851199fc34ca662028fec /devel
parent04ad5679cc1bd7081e635208f458c15eec8604c9 (diff)
downloadfreebsd-ports-gnome-e0ed2d4e9ac270046fc6f99f90da330d879d8ac1.tar.gz
freebsd-ports-gnome-e0ed2d4e9ac270046fc6f99f90da330d879d8ac1.tar.zst
freebsd-ports-gnome-e0ed2d4e9ac270046fc6f99f90da330d879d8ac1.zip
- Strip binary executable
Diffstat (limited to 'devel')
-rw-r--r--devel/swig30/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/swig30/Makefile b/devel/swig30/Makefile
index 703c68d4fef3..2831f08d98b5 100644
--- a/devel/swig30/Makefile
+++ b/devel/swig30/Makefile
@@ -47,6 +47,7 @@ post-configure:
${REINPLACE_CMD} -e 's#null#&|| true#' ${WRKSRC}/Makefile
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ccache-swig${PORTVERSION:R} ${STAGEDIR}${PREFIX}/bin/swig${PORTVERSION:R}
cd ${WRKSRC}/Doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${PORTVERSION}
cd ${WRKSRC}/Examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/${PORTVERSION}