Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 22:48:15 +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: r377360 - head/audio/libfishsound
Message-ID:  <201501182248.t0IMmF0u003062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 18 22:48:14 2015
New Revision: 377360
URL: https://svnweb.freebsd.org/changeset/ports/377360
QAT: https://qat.redports.org/buildarchive/r377360/

Log:
  - Use INSTALL_TARGET=install-strip instead of STRIP_CMD

Modified:
  head/audio/libfishsound/Makefile

Modified: head/audio/libfishsound/Makefile
==============================================================================
--- head/audio/libfishsound/Makefile	Sun Jan 18 22:48:08 2015	(r377359)
+++ head/audio/libfishsound/Makefile	Sun Jan 18 22:48:14 2015	(r377360)
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audi
 OPTIONS_DEFINE=	DOCS DOXYGEN
 
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		libtool pathfix pkgconfig
 
@@ -35,7 +36,4 @@ post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
 .endif
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfishsound.so.1.3.0
-
 .include <bsd.port.mk>



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