diff options
author | martymac <martymac@FreeBSD.org> | 2014-05-21 20:14:51 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-05-21 20:14:51 +0800 |
commit | ec5d756abb71dff14c28b8305c0820e181e16060 (patch) | |
tree | b89bb0e51dcf0f5bf052b2803d12e05af48548d9 /comms | |
parent | 6815ae509a6f246e9ab01b56ab280c6817e1e83b (diff) | |
download | freebsd-ports-gnome-ec5d756abb71dff14c28b8305c0820e181e16060.tar.gz freebsd-ports-gnome-ec5d756abb71dff14c28b8305c0820e181e16060.tar.zst freebsd-ports-gnome-ec5d756abb71dff14c28b8305c0820e181e16060.zip |
Strip using INSTALL_TARGET=install-strip instead of post-install action
Diffstat (limited to 'comms')
-rw-r--r-- | comms/rtl-sdr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile index 4aba446c1b26..c12b41e493c2 100644 --- a/comms/rtl-sdr/Makefile +++ b/comms/rtl-sdr/Makefile @@ -17,6 +17,7 @@ LICENSE= GPLv2 USES= gmake pkgconfig libtool USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtoolize:env GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes @@ -40,7 +41,4 @@ post-patch: pre-configure: @(cd ${WRKSRC} && ${AUTORECONF} -fi) -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librtlsdr.so.0 - .include <bsd.port.post.mk> |