diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-05-09 15:43:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-05-09 15:43:01 +0000 |
commit | 3e625cf984f6f7ea59d80c9980039eb67f577431 (patch) | |
tree | 11b8a344035de6e5bb2f35681fc2daa40dce1f8e /irc | |
parent | d722919d1237789af53218de65f8d02805843f61 (diff) | |
download | ports-3e625cf984f6f7ea59d80c9980039eb67f577431.tar.gz ports-3e625cf984f6f7ea59d80c9980039eb67f577431.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/hexchat-fish/Makefile | 2 |
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> |