diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:57:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:57:44 +0800 |
commit | e0ed2d4e9ac270046fc6f99f90da330d879d8ac1 (patch) | |
tree | c77cc909a930e261cb6851199fc34ca662028fec /devel | |
parent | 04ad5679cc1bd7081e635208f458c15eec8604c9 (diff) | |
download | freebsd-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/Makefile | 1 |
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} |