svn commit: r368585 - head/devel/libmaa

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 19 18:36:25 UTC 2014


Author: sunpoet
Date: Fri Sep 19 18:36:24 2014
New Revision: 368585
URL: http://svnweb.freebsd.org/changeset/ports/368585
QAT: https://qat.redports.org/buildarchive/r368585/

Log:
  - Strip shared library

Modified:
  head/devel/libmaa/Makefile

Modified: head/devel/libmaa/Makefile
==============================================================================
--- head/devel/libmaa/Makefile	Fri Sep 19 18:33:02 2014	(r368584)
+++ head/devel/libmaa/Makefile	Fri Sep 19 18:36:24 2014	(r368585)
@@ -31,6 +31,7 @@ PLIST_FILES=	include/maa.h \
 PORTDOCS=	${DOCS:T}
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmaa.so.3
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/
 


More information about the svn-ports-head mailing list