diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-30 00:17:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-30 00:17:44 +0000 |
commit | 23c7b466a7b28d6464aaf22add6f6f254100218f (patch) | |
tree | 8f4b1b645f2ebeec34c35ed18213541ee51d7cbf /audio | |
parent | eee107ae75438e34dd215d12eb6f863fc1bcbf36 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libfishsound/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile index eaa778b0a640..d599d5cca36a 100644 --- a/audio/libfishsound/Makefile +++ b/audio/libfishsound/Makefile @@ -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> |