From 945159c46e8c8c1fe1e9967db3d642a352c0fc1d Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 18 Jan 2015 10:35:43 +0000 Subject: - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} --- science/udunits/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/udunits/Makefile b/science/udunits/Makefile index 46e933bf6d16..025fc1862abf 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -17,8 +17,8 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_LDCONFIG= yes USES= libtool -- cgit