svn commit: r335252 - head/audio/libfishsound
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 30 00:17:44 UTC 2013
Author: sunpoet
Date: Sat Nov 30 00:17:44 2013
New Revision: 335252
URL: http://svnweb.freebsd.org/changeset/ports/335252
Log:
- Strip shared library
- Fix packaging with pkgng [1]
- Cleanup Makefile
Reported by: pkg-fallout [1]
Modified:
head/audio/libfishsound/Makefile
Modified: head/audio/libfishsound/Makefile
==============================================================================
--- head/audio/libfishsound/Makefile Sat Nov 30 00:17:00 2013 (r335251)
+++ head/audio/libfishsound/Makefile Sat Nov 30 00:17:44 2013 (r335252)
@@ -21,15 +21,13 @@ OPTIONS_DEFINE= DOCS DOXYGEN
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-#NO_STAGE= yes
USES= pathfix pkgconfig
-PORTDOCS= *
-
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
+PORTDOCS= *
.endif
post-patch:
@@ -37,4 +35,7 @@ post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
.endif
+post-build:
+ @${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so.4
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list