diff options
author | tron <tron@pkgsrc.org> | 2012-12-18 12:08:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-12-18 12:08:25 +0000 |
commit | 2e603b26de5da3e439dfaad2599875eae0773103 (patch) | |
tree | a4dd7ec38740c2ac20a490c46bbcbb36e9e0a2e2 /textproc/grep | |
parent | 8409289301fed7dd16ffdd79c3d8a9ffe9bf245a (diff) | |
download | pkgsrc-2e603b26de5da3e439dfaad2599875eae0773103.tar.gz |
Mention that this also licensed under later versions as 3 of the GNU GPL.
Pointed out by Snader_LB.
Diffstat (limited to 'textproc/grep')
-rw-r--r-- | textproc/grep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile index 8240ff48c4b..c7b2fc72b6c 100644 --- a/textproc/grep/Makefile +++ b/textproc/grep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/12/06 11:43:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.33 2012/12/18 12:08:25 tron Exp $ DISTNAME= grep-2.14 PKGREVISION= 1 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.gnu.org/software/grep/grep.html COMMENT= GNU grep -LICENSE= gnu-gpl-v3 +LICENSE= gnu-gpl-v3 # or later USE_PKGLOCALEDIR= yes USE_TOOLS+= makeinfo msgfmt |