svn commit: r377455 - head/science/cgribex

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 19 19:51:02 UTC 2015


Author: sunpoet
Date: Mon Jan 19 19:51:01 2015
New Revision: 377455
URL: https://svnweb.freebsd.org/changeset/ports/377455
QAT: https://qat.redports.org/buildarchive/r377455/

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

Modified:
  head/science/cgribex/Makefile

Modified: head/science/cgribex/Makefile
==============================================================================
--- head/science/cgribex/Makefile	Mon Jan 19 19:50:56 2015	(r377454)
+++ head/science/cgribex/Makefile	Mon Jan 19 19:51:01 2015	(r377455)
@@ -18,10 +18,11 @@ LIB_DEPENDS=	libjasper.so:${PORTSDIR}/gr
 CONFIGURE_ARGS=	--with-jasper=${LOCALBASE} \
 		--with-szlib=${LOCALBASE}
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		libtool
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so.0.0.0
+#post-install:
+#	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so.0.0.0
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list