diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-20 19:46:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-20 19:46:08 +0800 |
commit | 9819632e81c368814f4abfa8b5a42f6436199fde (patch) | |
tree | 529128aa3b425a53882fdff329ba83de53436fcc /science/libkml | |
parent | 535b410ce3b328364d4b01c067f8a578f19aa28e (diff) | |
download | freebsd-ports-gnome-9819632e81c368814f4abfa8b5a42f6436199fde.tar.gz freebsd-ports-gnome-9819632e81c368814f4abfa8b5a42f6436199fde.tar.zst freebsd-ports-gnome-9819632e81c368814f4abfa8b5a42f6436199fde.zip |
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Diffstat (limited to 'science/libkml')
-rw-r--r-- | science/libkml/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile index e5afc6a9404e..7ff54cb529da 100644 --- a/science/libkml/Makefile +++ b/science/libkml/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --disable-java --disable-python \ --with-expat-include-dir=${LOCALBASE}/include \ --with-expat-lib-dir=${LOCALBASE}/lib GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= gmake libtool @@ -31,7 +32,4 @@ post-patch: @${REINPLACE_CMD} -e '/SWIG_VERSION:4/ s|:4|#*.*.|' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in -exec ${REINPLACE_CMD} 's|-Werror||; s| -ansi -pedantic||' '{}' \; -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.* - .include <bsd.port.mk> |