aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-07-09 18:59:19 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-07-09 18:59:19 +0000
commitbbcf2dce16fac19a71caa504ea44e33d178b81e2 (patch)
tree31dbf879f330bbdfbb5996a955f39e7a7cd4dcb6 /audio
parent5394c67c41f2b5d0214cf8fe3f100b5aa21e7d39 (diff)
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/portaudio/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile
index 1bf8a4daf6e7..532647cd0262 100644
--- a/audio/portaudio/Makefile
+++ b/audio/portaudio/Makefile
@@ -3,7 +3,7 @@
PORTNAME= portaudio
DISTVERSION= 19_20140130
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.portaudio.com/archives/
DISTNAME= pa_stable_v${DISTVERSION}
@@ -60,7 +60,8 @@ post-install:
post-install-PATEST-on:
.for f in ${PATEST_BIN}
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin/
+ ${STRIP_CMD} ${WRKSRC}/bin/.libs/${f}
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/.libs/${f} ${STAGEDIR}${PREFIX}/bin/
.endfor
post-install-DOCS-on: