svn commit: r377505 - head/archivers/unshield

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 20 11:46:14 UTC 2015


Author: sunpoet
Date: Tue Jan 20 11:46:13 2015
New Revision: 377505
URL: https://svnweb.freebsd.org/changeset/ports/377505
QAT: https://qat.redports.org/buildarchive/r377505/

Log:
  - Use INSTALL_TARGET=install-strip instead of STRIP_CMD

Modified:
  head/archivers/unshield/Makefile

Modified: head/archivers/unshield/Makefile
==============================================================================
--- head/archivers/unshield/Makefile	Tue Jan 20 11:46:08 2015	(r377504)
+++ head/archivers/unshield/Makefile	Tue Jan 20 11:46:13 2015	(r377505)
@@ -13,10 +13,8 @@ COMMENT=	Extract data from InstallShield
 LICENSE=	MIT
 
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		libtool pathfix
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libunshield.so.0.0.0
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list