diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:48:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:48:47 +0800 |
commit | caf9a7599491fd5c74556cae2549ae190aaff4e5 (patch) | |
tree | e7f71bb10768945a7e4976a29c7f1d069ef2b8ad | |
parent | 773d31c0066891b5c80ce11ccb5363d113ee8636 (diff) | |
download | freebsd-ports-gnome-caf9a7599491fd5c74556cae2549ae190aaff4e5.tar.gz freebsd-ports-gnome-caf9a7599491fd5c74556cae2549ae190aaff4e5.tar.zst freebsd-ports-gnome-caf9a7599491fd5c74556cae2549ae190aaff4e5.zip |
Update LICENSE
Approved by: portmgr (blanket)
-rw-r--r-- | databases/virtualpg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/virtualpg/Makefile b/databases/virtualpg/Makefile index 7fe64ccb6e6e..2f59aa91f73b 100644 --- a/databases/virtualpg/Makefile +++ b/databases/virtualpg/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Loadable dynamic extension to both SQLite and SpatiaLite -LICENSE= MPL LGPL21 GPLv2 +LICENSE= MPL11 LGPL21 GPLv2 LICENSE_COMB= dual -LICENSE_FILE_MPL= ${WRKSRC}/COPYING +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite |