svn commit: r358281 - head/audio/libfishsound
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 18 15:52:51 UTC 2014
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>
More information about the svn-ports-all
mailing list