aboutsummaryrefslogtreecommitdiff
path: root/audio/vsound
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-15 23:45:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-15 23:45:07 +0000
commit756ee51e93d0fcaa963331d55f999763add68a7b (patch)
treeebb9e8f930db6fe10a14418372404d4208f74fc2 /audio/vsound
parent2d95fdbea0e767bae7c27c00ea16f82c9f978676 (diff)
downloadports-756ee51e93d0fcaa963331d55f999763add68a7b.tar.gz
ports-756ee51e93d0fcaa963331d55f999763add68a7b.zip
Notes
Diffstat (limited to 'audio/vsound')
-rw-r--r--audio/vsound/Makefile6
-rw-r--r--audio/vsound/pkg-plist2
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile
index 795869fd2196..fc3628007287 100644
--- a/audio/vsound/Makefile
+++ b/audio/vsound/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vsound
PORTVERSION= 0.6
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://www.vsound.org/
@@ -13,10 +13,12 @@ COMMENT= Utility for capturing audio streams from programs with OSS output
BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
-USE_AUTOTOOLS= libtool
+USES= libtool
+GNU_CONFIGURE= yes
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vsound/libvsound.so
.include <bsd.port.mk>
diff --git a/audio/vsound/pkg-plist b/audio/vsound/pkg-plist
index 7d45c4ac3c8e..5fd935da469f 100644
--- a/audio/vsound/pkg-plist
+++ b/audio/vsound/pkg-plist
@@ -1,6 +1,4 @@
bin/vsound
-lib/vsound/libvsound.a
-lib/vsound/libvsound.la
lib/vsound/libvsound.so
@dirrm lib/vsound
%%PORTDOCS%%%%DOCSDIR%%/README