svn commit: r501113 - head/irc/hexchat-fish
Dirk Meyer
dinoex at FreeBSD.org
Thu May 9 15:43:02 UTC 2019
Author: dinoex
Date: Thu May 9 15:43:01 2019
New Revision: 501113
URL: https://svnweb.freebsd.org/changeset/ports/501113
Log:
- use INSTALL_LIB
Modified:
head/irc/hexchat-fish/Makefile
Modified: head/irc/hexchat-fish/Makefile
==============================================================================
--- head/irc/hexchat-fish/Makefile Thu May 9 15:40:47 2019 (r501112)
+++ head/irc/hexchat-fish/Makefile Thu May 9 15:43:01 2019 (r501113)
@@ -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>
More information about the svn-ports-all
mailing list