diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 11:22:55 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 11:22:55 +0000 |
commit | b2243d57ccb058f64605899b0fab78c099aaf904 (patch) | |
tree | 672e929add97a4d4f9ec57d911a831c6e672d534 /audio/xmms-sapplug/Makefile | |
parent | - Update to 1.9 [1] (diff) |
Use INSTALL_LIB instead of INSTALL_DATA
Diffstat (limited to 'audio/xmms-sapplug/Makefile')
-rw-r--r-- | audio/xmms-sapplug/Makefile | 4 |
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> |