summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-10-07 22:48:08 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-10-07 22:48:08 +0000
commit46d46ea6952391bcdf19d7fe8310df8d0b5abe2a (patch)
tree574ac69f8a9c1257bfa9858c30c0c29aea59b04e /x11-fm
parentRegister conflict with ntp, ntp-devel. (diff)
Fix LICENCE usage with multiple licence.
This bug was exposed by r451432 change to bsd.licence.mk. PR: 222855 Submitted by: Robert Cina <transitive@gmail.com>
Notes
Notes: svn path=/head/; revision=451481
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/thunar/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index f84460b11cb1..3acceadd6a2a 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -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>