svn commit: r371683 - head/graphics/aalib

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 29 15:33:13 UTC 2014


Author: amdmi3
Date: Wed Oct 29 15:33:12 2014
New Revision: 371683
URL: https://svnweb.freebsd.org/changeset/ports/371683
QAT: https://qat.redports.org/buildarchive/r371683/

Log:
  - Strip library

Modified:
  head/graphics/aalib/Makefile

Modified: head/graphics/aalib/Makefile
==============================================================================
--- head/graphics/aalib/Makefile	Wed Oct 29 15:31:11 2014	(r371682)
+++ head/graphics/aalib/Makefile	Wed Oct 29 15:33:12 2014	(r371683)
@@ -47,4 +47,7 @@ post-patch:
 	@${FIND} ${WRKSRC} \( -name '*.[ch]' \! -name acconfig.h \) \
 		| ${XARGS} ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g'
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaa.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list