diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-19 06:49:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-19 06:49:14 +0800 |
commit | cd84876053c4f403eb5da5c3022e7add14e00431 (patch) | |
tree | 70bce3683ac7d57762405a6e3532581d058792da /graphics/lcms | |
parent | 1248c7e1a41de3e73e3c98b9cd0c62f9d2fb3cb1 (diff) | |
download | freebsd-ports-gnome-cd84876053c4f403eb5da5c3022e7add14e00431.tar.gz freebsd-ports-gnome-cd84876053c4f403eb5da5c3022e7add14e00431.tar.zst freebsd-ports-gnome-cd84876053c4f403eb5da5c3022e7add14e00431.zip |
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Diffstat (limited to 'graphics/lcms')
-rw-r--r-- | graphics/lcms/Makefile | 2 |
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 |