diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-20 03:51:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-20 03:51:01 +0800 |
commit | 1dfbbc0c49acaf6912338e570048dc4f52bb51fa (patch) | |
tree | d9ec0458445b0b6227f78b163b7702a24373c5f2 /science/cgribex | |
parent | 8d7da9eea02f03513d47da723350ec6bc6612110 (diff) | |
download | freebsd-ports-gnome-1dfbbc0c49acaf6912338e570048dc4f52bb51fa.tar.gz freebsd-ports-gnome-1dfbbc0c49acaf6912338e570048dc4f52bb51fa.tar.zst freebsd-ports-gnome-1dfbbc0c49acaf6912338e570048dc4f52bb51fa.zip |
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Diffstat (limited to 'science/cgribex')
-rw-r--r-- | science/cgribex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/cgribex/Makefile b/science/cgribex/Makefile index b8b998fca1fe..02d384d0ab1d 100644 --- a/science/cgribex/Makefile +++ b/science/cgribex/Makefile @@ -18,10 +18,11 @@ LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ CONFIGURE_ARGS= --with-jasper=${LOCALBASE} \ --with-szlib=${LOCALBASE} GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so.0.0.0 +#post-install: +# ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcgribex.so.0.0.0 .include <bsd.port.mk> |