svn commit: r376003 - head/devel/swig30

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 1 16:57:45 UTC 2015


Author: sunpoet
Date: Thu Jan  1 16:57:44 2015
New Revision: 376003
URL: https://svnweb.freebsd.org/changeset/ports/376003
QAT: https://qat.redports.org/buildarchive/r376003/

Log:
  - Strip binary executable

Modified:
  head/devel/swig30/Makefile

Modified: head/devel/swig30/Makefile
==============================================================================
--- head/devel/swig30/Makefile	Thu Jan  1 16:55:58 2015	(r376002)
+++ head/devel/swig30/Makefile	Thu Jan  1 16:57:44 2015	(r376003)
@@ -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}
 


More information about the svn-ports-all mailing list