diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-25 02:48:51 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-25 02:48:51 +0800 |
commit | a203ee09e6dfece38c294da19af74af84f5786a2 (patch) | |
tree | 055a22eae7d0ba9292e761be4399b4f6a7084d1b /deskutils | |
parent | a0e1f333964d3e2905963b01371d64eb3670ad8a (diff) | |
download | freebsd-ports-gnome-a203ee09e6dfece38c294da19af74af84f5786a2.tar.gz freebsd-ports-gnome-a203ee09e6dfece38c294da19af74af84f5786a2.tar.zst freebsd-ports-gnome-a203ee09e6dfece38c294da19af74af84f5786a2.zip |
Update LICENSE
- Add LICENSE_FILE
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/cdcat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/cdcat/Makefile b/deskutils/cdcat/Makefile index 1ca4b5853a1b..fb5ca60ac889 100644 --- a/deskutils/cdcat/Makefile +++ b/deskutils/cdcat/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Qt based tool for offline CD/DVD/disk catalogs -LICENSE= GPLv2 MPL -LICENSE_COMB= multi +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= cryptopp>0:security/cryptopp LIB_DEPENDS= libtar.so:devel/libtar \ |