svn commit: r451481 - head/x11-fm/thunar

Guido Falsi madpilot at FreeBSD.org
Sat Oct 7 22:48:10 UTC 2017


Author: madpilot
Date: Sat Oct  7 22:48:08 2017
New Revision: 451481
URL: https://svnweb.freebsd.org/changeset/ports/451481

Log:
  Fix LICENCE usage with multiple licence.
  
  This bug was exposed by r451432 change to bsd.licence.mk.
  
  PR:		222855
  Submitted by:	Robert Cina <transitive at gmail.com>

Modified:
  head/x11-fm/thunar/Makefile

Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile	Sat Oct  7 19:59:30 2017	(r451480)
+++ head/x11-fm/thunar/Makefile	Sat Oct  7 22:48:08 2017	(r451481)
@@ -12,7 +12,8 @@ COMMENT=	Xfce file manager
 
 LICENSE=	GPLv2 LGPL20
 LICENSE_COMB=	multi
-LICENSE_FILE=	${WRKSRC}/COPYING ${WRKSRC}/COPYING.LIB
+LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL20=	${WRKSRC}/COPYING.LIB
 
 LIB_DEPENDS=	libtumbler-1.so:deskutils/xfce4-tumbler \
 		libdbus-1.so:devel/dbus \
@@ -63,7 +64,7 @@ CONFIGURE_ARGS+=--enable-gio-unix \
 		--enable-dbus
 
 post-patch:
-	${REINPLACE_CMD} -e 's|internet-mail|emblem-mail|' \
+	@${REINPLACE_CMD} -e 's|internet-mail|emblem-mail|' \
 		${WRKSRC}/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list