Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 15:52:51 +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: r358281 - head/audio/libfishsound
Message-ID:  <201406181552.s5IFqpQ0023197@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jun 18 15:52:50 2014
New Revision: 358281
URL: http://svnweb.freebsd.org/changeset/ports/358281
QAT: https://qat.redports.org/buildarchive/r358281/

Log:
  - Strip shared library in post-install:

Modified:
  head/audio/libfishsound/Makefile

Modified: head/audio/libfishsound/Makefile
==============================================================================
--- head/audio/libfishsound/Makefile	Wed Jun 18 15:46:56 2014	(r358280)
+++ head/audio/libfishsound/Makefile	Wed Jun 18 15:52:50 2014	(r358281)
@@ -21,7 +21,7 @@ OPTIONS_DEFINE=	DOCS DOXYGEN
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		pathfix pkgconfig libtool
+USES=		libtool pathfix pkgconfig
 
 .include <bsd.port.options.mk>
 
@@ -35,7 +35,7 @@ post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
 .endif
 
-post-build:
-	@${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so
+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?201406181552.s5IFqpQ0023197>