diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-10-07 22:48:08 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-10-07 22:48:08 +0000 |
commit | 46d46ea6952391bcdf19d7fe8310df8d0b5abe2a (patch) | |
tree | 574ac69f8a9c1257bfa9858c30c0c29aea59b04e /x11-fm/thunar | |
parent | 55aff1cd4da46a556ccda1555b1f71ca999de04b (diff) | |
download | ports-46d46ea6952391bcdf19d7fe8310df8d0b5abe2a.tar.gz ports-46d46ea6952391bcdf19d7fe8310df8d0b5abe2a.zip |
Notes
Diffstat (limited to 'x11-fm/thunar')
-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> |