Use INSTALL_LIB instead of INSTALL_DATA

This commit is contained in:
Emanuel Haupt 2016-08-08 11:22:55 +00:00
parent d591093880
commit b2243d57cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419819

View file

@ -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>