diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-10-08 06:48:08 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2017-10-08 06:48:08 +0800 |
commit | f5f40b3f05dc4ca8a6f51520b0db199f3b3ddca5 (patch) | |
tree | 574ac69f8a9c1257bfa9858c30c0c29aea59b04e /x11-fm | |
parent | 96f250b96bc2dd86d828991ec5a333ea225d2a10 (diff) | |
download | freebsd-ports-gnome-f5f40b3f05dc4ca8a6f51520b0db199f3b3ddca5.tar.gz freebsd-ports-gnome-f5f40b3f05dc4ca8a6f51520b0db199f3b3ddca5.tar.zst freebsd-ports-gnome-f5f40b3f05dc4ca8a6f51520b0db199f3b3ddca5.zip |
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>
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/thunar/Makefile | 5 |
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> |