diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-06-23 00:07:48 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-06-23 00:07:48 +0000 |
commit | 638e5f2b0c56b19f778bb7c23a4fe344c0ada044 (patch) | |
tree | e4c5c1c9d2c17fc7f1a5bc81436fac6a945c043c | |
parent | 21f8591d930342117ae29616f8d8ad096eca5f62 (diff) |
- Correct license option.
Notes
Notes:
svn path=/head/; revision=358875
-rw-r--r-- | math/octave-forge-parallel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile index d5ee2c8b0c4f..47f395cbc246 100644 --- a/math/octave-forge-parallel/Makefile +++ b/math/octave-forge-parallel/Makefile @@ -9,7 +9,7 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -LICENSE= GPLv2 +LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. |