svn commit: r354747 - head/comms/rtl-sdr

Ganael LAPLANCHE martymac at FreeBSD.org
Wed May 21 12:14:52 UTC 2014


Author: martymac
Date: Wed May 21 12:14:51 2014
New Revision: 354747
URL: http://svnweb.freebsd.org/changeset/ports/354747
QAT: https://qat.redports.org/buildarchive/r354747/

Log:
  Strip using INSTALL_TARGET=install-strip instead of post-install action

Modified:
  head/comms/rtl-sdr/Makefile

Modified: head/comms/rtl-sdr/Makefile
==============================================================================
--- head/comms/rtl-sdr/Makefile	Wed May 21 12:14:01 2014	(r354746)
+++ head/comms/rtl-sdr/Makefile	Wed May 21 12:14:51 2014	(r354747)
@@ -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>


More information about the svn-ports-all mailing list