- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
This commit is contained in:
parent
2ebb0daf38
commit
96f20b7773
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377371
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue