aboutsummaryrefslogtreecommitdiffstats
path: root/science/szip
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-01-18 18:36:11 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-01-18 18:36:11 +0800
commitb1388d38c7bfb57ed68eb57575befb30c37822bf (patch)
tree95ed896e0fa7cc87c3d971d65d02577179eacd3c /science/szip
parent01f559fee7c24c5c1384958d1855398b50b75f99 (diff)
downloadfreebsd-ports-gnome-b1388d38c7bfb57ed68eb57575befb30c37822bf.tar.gz
freebsd-ports-gnome-b1388d38c7bfb57ed68eb57575befb30c37822bf.tar.zst
freebsd-ports-gnome-b1388d38c7bfb57ed68eb57575befb30c37822bf.zip
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Diffstat (limited to 'science/szip')
-rw-r--r--science/szip/Makefile2
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