diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-31 14:09:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-31 14:09:38 +0000 |
commit | 21c9ca161ea6ff560bffbeef96b2028a2903fe6b (patch) | |
tree | e98d350de713dad70246ddf9465d17c959cf9b17 /x11/libexo/Makefile | |
parent | 9b1667d542eb460767b60205c2e7c478ec61d089 (diff) | |
download | ports-21c9ca161ea6ff560bffbeef96b2028a2903fe6b.tar.gz ports-21c9ca161ea6ff560bffbeef96b2028a2903fe6b.zip |
Notes
Diffstat (limited to 'x11/libexo/Makefile')
-rw-r--r-- | x11/libexo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 9b5a7d0453f0..6731bb8aff25 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -13,8 +13,8 @@ COMMENT= Application library for the Xfce desktop environment LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -LICENSE_DISTFILES= ${WRKSRC}/COPYING \ - ${WRKSRC}/COPYING.LIB +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB BUILD_DEPENDS= p5-URI>=1.60:net/p5-URI RUN_DEPENDS= p5-URI>=1.60:net/p5-URI |