aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2016-08-08 19:22:55 +0800
committerehaupt <ehaupt@FreeBSD.org>2016-08-08 19:22:55 +0800
commit985e4f59637461bce8e1f663ada980aa6898e1f7 (patch)
tree672e929add97a4d4f9ec57d911a831c6e672d534 /audio
parent1cf06a88e8bec5d534a3f6762b8ea995e87262ac (diff)
downloadfreebsd-ports-gnome-985e4f59637461bce8e1f663ada980aa6898e1f7.tar.gz
freebsd-ports-gnome-985e4f59637461bce8e1f663ada980aa6898e1f7.tar.zst
freebsd-ports-gnome-985e4f59637461bce8e1f663ada980aa6898e1f7.zip
Use INSTALL_LIB instead of INSTALL_DATA
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-sapplug/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-sapplug/Makefile b/audio/xmms-sapplug/Makefile
index 1f05cfd201f8..f8c8fdc1e186 100644
--- a/audio/xmms-sapplug/Makefile
+++ b/audio/xmms-sapplug/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmms-sapplug
DISTVERSION= 0.3f
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= LOCAL/ehaupt
DISTNAME= sapplug-xmms-${DISTVERSION}
@@ -52,7 +52,7 @@ post-patch:
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
- ${INSTALL_DATA} ${WRKSRC}/libsap.so \
+ ${INSTALL_LIB} ${WRKSRC}/libsap.so \
${STAGEDIR}${PREFIX}/lib/xmms/Input/libsap.so
.include <bsd.port.post.mk>