Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 19:51:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377455 - head/science/cgribex
Message-ID:  <201501191951.t0JJp2dD009558@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501191951.t0JJp2dD009558>