1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- use INSTALL_LIB

This commit is contained in:
Dirk Meyer 2019-05-09 15:43:01 +00:00
parent d722919d12
commit 3e625cf984
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501113

View File

@ -32,7 +32,7 @@ post-patch:
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/hexchat/plugins
${INSTALL_PROGRAM} ${WRKSRC}/fishlim.so \
${INSTALL_LIB} ${WRKSRC}/fishlim.so \
${STAGEDIR}${PREFIX}/lib/hexchat/plugins/
.include <bsd.port.mk>