diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:36:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:36:11 +0000 |
commit | 544858383813139db6206ec199d8ada4bbb1b3e1 (patch) | |
tree | 95ed896e0fa7cc87c3d971d65d02577179eacd3c /science | |
parent | - Use INSTALL_TARGET=install-strip instead of STRIP_CMD (diff) |
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Notes
Notes:
svn path=/head/; revision=377315
Diffstat (limited to 'science')
-rw-r--r-- | science/szip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/szip/Makefile b/science/szip/Makefile index 41af776119bf..8ffcc37d6f25 100644 --- a/science/szip/Makefile +++ b/science/szip/Makefile @@ -19,6 +19,7 @@ COMMENT= Lossless compression library for scientific data OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip LDFLAGS+= -lm USE_LDCONFIG= yes USES= libtool @@ -35,7 +36,6 @@ PORTDOCS= Release_notes_2_0.pdf post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsz.so.2.0.0 regression-test test: build cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check |