diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-07-09 18:59:19 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-07-09 18:59:19 +0000 |
commit | bbcf2dce16fac19a71caa504ea44e33d178b81e2 (patch) | |
tree | 31dbf879f330bbdfbb5996a955f39e7a7cd4dcb6 /audio | |
parent | 5394c67c41f2b5d0214cf8fe3f100b5aa21e7d39 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/portaudio/Makefile | 5 |
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: |