svn commit: r342730 - head/archivers/unshield

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 5 15:48:56 UTC 2014


Author: sunpoet
Date: Wed Feb  5 15:48:56 2014
New Revision: 342730
URL: http://svnweb.freebsd.org/changeset/ports/342730
QAT: https://qat.redports.org/buildarchive/r342730/

Log:
  - Strip shared library

Modified:
  head/archivers/unshield/Makefile

Modified: head/archivers/unshield/Makefile
==============================================================================
--- head/archivers/unshield/Makefile	Wed Feb  5 15:48:05 2014	(r342729)
+++ head/archivers/unshield/Makefile	Wed Feb  5 15:48:56 2014	(r342730)
@@ -16,4 +16,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		libtool pathfix
 
+post-build:
+	@${STRIP_CMD} ${WRKSRC}/lib/.libs/libunshield.so.0.0.0
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list