aboutsummaryrefslogtreecommitdiff
path: root/audio/libfishsound
diff options
context:
space:
mode:
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>