Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 22:49:15 +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: r377370 - head/graphics/lcms
Message-ID:  <201501182249.t0IMnFA7004373@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 18 22:49:14 2015
New Revision: 377370
URL: https://svnweb.freebsd.org/changeset/ports/377370
QAT: https://qat.redports.org/buildarchive/r377370/

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

Modified:
  head/graphics/lcms/Makefile

Modified: head/graphics/lcms/Makefile
==============================================================================
--- head/graphics/lcms/Makefile	Sun Jan 18 22:49:09 2015	(r377369)
+++ head/graphics/lcms/Makefile	Sun Jan 18 22:49:14 2015	(r377370)
@@ -22,6 +22,7 @@ TIFFICC_DESC=	Build color profile applie
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 USES=		libtool:keepla pathfix
@@ -44,7 +45,6 @@ post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} doc/LCMSAPI.TXT doc/TUTORIAL.TXT tifficc/tifficc.c \
 		jpegicc/jpegicc.c jpegicc/iccjpeg.c samples/wtpt.c samples/icctrans.c ${STAGEDIR}${DOCSDIR}/
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblcms.so.1.0.19
 
 regression-test test: build
 	cd ${WRKSRC}/testbed/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check



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