aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-panel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-31 14:09:38 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-03-31 14:09:38 +0000
commit21c9ca161ea6ff560bffbeef96b2028a2903fe6b (patch)
treee98d350de713dad70246ddf9465d17c959cf9b17 /x11-wm/xfce4-panel
parent9b1667d542eb460767b60205c2e7c478ec61d089 (diff)
downloadports-21c9ca161ea6ff560bffbeef96b2028a2903fe6b.tar.gz
ports-21c9ca161ea6ff560bffbeef96b2028a2903fe6b.zip
Fix people using LICENSE_DISTFILES in the wrong way.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=437359
Diffstat (limited to 'x11-wm/xfce4-panel')
-rw-r--r--x11-wm/xfce4-panel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile
index 09b36e882bae..31b5d3d854ee 100644
--- a/x11-wm/xfce4-panel/Makefile
+++ b/x11-wm/xfce4-panel/Makefile
@@ -12,8 +12,8 @@ COMMENT= Xfce's panel
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-LICENSE_DISTFILES= ${WRKSRC}/COPYING \
- ${WRKSRC}/COPYING.LIB
+LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
+LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \