aboutsummaryrefslogtreecommitdiff
path: root/audio/libfishsound
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-18 15:52:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-18 15:52:50 +0000
commit000a88cbf4c7fa7b874e8d14941df3d4a1cbc124 (patch)
treecb6cfe1866ec155d77991f4fcd7c4cd3a497414d /audio/libfishsound
parent8a4e1d5ab98994d09eff186fbdde3f4686a94fdf (diff)
downloadports-000a88cbf4c7fa7b874e8d14941df3d4a1cbc124.tar.gz
ports-000a88cbf4c7fa7b874e8d14941df3d4a1cbc124.zip
Notes
Diffstat (limited to 'audio/libfishsound')
-rw-r--r--audio/libfishsound/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile
index e87a48197455..e1182114ffb0 100644
--- a/audio/libfishsound/Makefile
+++ b/audio/libfishsound/Makefile
@@ -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>