Use INSTALL_LIB instead of INSTALL_DATA
This commit is contained in:
parent
d591093880
commit
b2243d57cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419819
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue