svn commit: r369830 - head/audio/libshout

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 2 15:31:31 UTC 2014


Author: sunpoet
Date: Thu Oct  2 15:31:31 2014
New Revision: 369830
URL: https://svnweb.freebsd.org/changeset/ports/369830
QAT: https://qat.redports.org/buildarchive/r369830/

Log:
  - Use INSTALL_TARGET=install-strip

Modified:
  head/audio/libshout/Makefile

Modified: head/audio/libshout/Makefile
==============================================================================
--- head/audio/libshout/Makefile	Thu Oct  2 15:01:26 2014	(r369829)
+++ head/audio/libshout/Makefile	Thu Oct  2 15:31:31 2014	(r369830)
@@ -21,6 +21,7 @@ CONFLICTS=	libshout2-[0-9]*
 OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		gmake libtool pathfix pkgconfig
 
@@ -32,7 +33,4 @@ post-patch:
 	@${REINPLACE_CMD} -e '/^AM_CPPFLAGS = / s|^\(.*\) \(@XIPH_CPPFLAGS@\) \(.*\)$$|\1 \3 \2|' ${WRKSRC}/examples/Makefile.in
 	@${REINPLACE_CMD} -e 's|#ifdef IPV6_V6ONLY|#if defined(__BSD_VISIBLE) \&\& defined(IPV6_V6ONLY)|' ${WRKSRC}/src/net/sock.c
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libshout.so.3.2.0
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list