svn commit: r377370 - head/graphics/lcms

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 18 22:49:15 UTC 2015


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


More information about the svn-ports-all mailing list