summaryrefslogtreecommitdiff
path: root/databases/grass
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-12 16:20:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-12 16:20:31 +0000
commitb9398223bd3a2236f02f582d13487e2a02e6a035 (patch)
tree2cea991d70e02cc86565656d596600b0fc2b5790 /databases/grass
parentUpdate LICENSE to new GPLv3+ (diff)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=405891
Diffstat (limited to 'databases/grass')
-rw-r--r--databases/grass/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index 1dfdd3e561c7..605b263b37f2 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -22,7 +22,7 @@ MASTER_SITE_SUBDIR= grass64/source
MAINTAINER= ports@FreeBSD.org
COMMENT= Open source Geographical Information System (GIS)
-LICENSE= GPLv2 # (or later)
+LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/GPL.TXT
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13