svn commit: r377371 - head/graphics/lcms2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 18 22:49:20 UTC 2015
Author: sunpoet
Date: Sun Jan 18 22:49:19 2015
New Revision: 377371
URL: https://svnweb.freebsd.org/changeset/ports/377371
QAT: https://qat.redports.org/buildarchive/r377371/
Log:
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Modified:
head/graphics/lcms2/Makefile
Modified: head/graphics/lcms2/Makefile
==============================================================================
--- head/graphics/lcms2/Makefile Sun Jan 18 22:49:14 2015 (r377370)
+++ head/graphics/lcms2/Makefile Sun Jan 18 22:49:19 2015 (r377371)
@@ -21,6 +21,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
@@ -38,7 +39,6 @@ post-install:
cd ${WRKSRC}/utils/ && ${INSTALL_MAN} linkicc/linkicc.1 psicc/psicc.1 transicc/transicc.1 ${STAGEDIR}${PREFIX}/man/man1/
${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}/
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblcms2.so.2.0.6
regression-test test: build
cd ${WRKSRC}/testbed/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
More information about the svn-ports-head
mailing list