aboutsummaryrefslogtreecommitdiff
path: root/graphics/lcms
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-18 22:49:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-18 22:49:14 +0000
commit2ebb0daf3832d2d0c17da6683d40924cdd040acc (patch)
tree70bce3683ac7d57762405a6e3532581d058792da /graphics/lcms
parentb52921dbd8a46e2a158b28cf5f611f7675090fde (diff)
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Notes
Notes: svn path=/head/; revision=377370
Diffstat (limited to 'graphics/lcms')
-rw-r--r--graphics/lcms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile
index 30afe2edf9d7..b0d6872db298 100644
--- a/graphics/lcms/Makefile
+++ b/graphics/lcms/Makefile
@@ -22,6 +22,7 @@ TIFFICC_DESC= Build color profile applier for TIFF
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