summaryrefslogtreecommitdiff
path: root/shells
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 /shells
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 'shells')
-rw-r--r--shells/ambit/Makefile2
-rw-r--r--shells/lshell/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/shells/ambit/Makefile b/shells/ambit/Makefile
index 73605ddb9c71..602f3ec07baa 100644
--- a/shells/ambit/Makefile
+++ b/shells/ambit/Makefile
@@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Extended bash brace expansion to expand hostnames or commands
-LICENSE= GPLv3 # or later
+LICENSE= GPLv3+
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile
index 248aa3e21526..b62e000092b2 100644
--- a/shells/lshell/Makefile
+++ b/shells/lshell/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Shell environment to limited sets of commands to users
-LICENSE= GPLv3 # (or later)
+LICENSE= GPLv3+
USES= python
USE_PYTHON= distutils