Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2019 15:43:01 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501113 - head/irc/hexchat-fish
Message-ID:  <201905091543.x49Fh19T091986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905091543.x49Fh19T091986>