Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2014 15:31:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369830 - head/audio/libshout
Message-ID:  <201410021531.s92FVV6a041716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410021531.s92FVV6a041716>