aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irc/hexchat-fish/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/hexchat-fish/Makefile b/irc/hexchat-fish/Makefile
index 8bc22caab0ec..0ca45356cc9d 100644
--- a/irc/hexchat-fish/Makefile
+++ b/irc/hexchat-fish/Makefile
@@ -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>