diff options
author | cs <cs@FreeBSD.org> | 2012-07-28 23:57:55 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-07-28 23:57:55 +0800 |
commit | 6d1c1e231f9b2ca698266a7023ee9e44423e55a4 (patch) | |
tree | 0e6c0728504c7740f94b6bf02b1253d62f1880d6 /math | |
parent | 9b2694d561c71bd2610d53853b2d473f35d05718 (diff) | |
download | freebsd-ports-gnome-6d1c1e231f9b2ca698266a7023ee9e44423e55a4.tar.gz freebsd-ports-gnome-6d1c1e231f9b2ca698266a7023ee9e44423e55a4.tar.zst freebsd-ports-gnome-6d1c1e231f9b2ca698266a7023ee9e44423e55a4.zip |
Fix typos in COMMENT
Approved by: portmgr@ (implicit)
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-spdep/Makefile | 2 | ||||
-rw-r--r-- | math/gretl/Makefile | 2 | ||||
-rw-r--r-- | math/vtk-examples/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index 71c02b9fae23..2a039e7dcb04 100644 --- a/math/R-cran-spdep/Makefile +++ b/math/R-cran-spdep/Makefile @@ -12,7 +12,7 @@ CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org -COMMENT= Spatial dependence: weighting schemes, statistics and models +COMMENT= Spatial dependence: weighting schemes, statistics, and models LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/math/gretl/Makefile b/math/gretl/Makefile index ed7c481f1baa..4545ae6c2e7f 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -12,7 +12,7 @@ CATEGORIES= math finance MASTER_SITES= SF MAINTAINER= bf@FreeBSD.org -COMMENT= GNU Regression, Econometrics and Time-series Library +COMMENT= GNU Regression, Econometrics, and Time-series Library LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 diff --git a/math/vtk-examples/Makefile b/math/vtk-examples/Makefile index 58172929cf0e..af1a28c0dbf0 100644 --- a/math/vtk-examples/Makefile +++ b/math/vtk-examples/Makefile @@ -7,7 +7,7 @@ PKGNAMESUFFIX= -examples -COMMENT= Visualization Toolkit: Examples in the C++, Tcl, Python and Java +COMMENT= Visualization Toolkit: Examples in the C++, Tcl, Python, and Java RUN_DEPENDS= ${VTKDATAROOT}/VTKData.readme:${PORTSDIR}/math/vtk-data |