diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:35:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:35:43 +0800 |
commit | 945159c46e8c8c1fe1e9967db3d642a352c0fc1d (patch) | |
tree | b8194891a90d6bb15af9104eae8813ec9b3d6bdd | |
parent | 6da1ab33f8fc32c34034f2b82a91aebf4f0286a3 (diff) | |
download | freebsd-ports-gnome-945159c46e8c8c1fe1e9967db3d642a352c0fc1d.tar.gz freebsd-ports-gnome-945159c46e8c8c1fe1e9967db3d642a352c0fc1d.tar.zst freebsd-ports-gnome-945159c46e8c8c1fe1e9967db3d642a352c0fc1d.zip |
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
-rw-r--r-- | science/udunits/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |