diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 06:32:06 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 06:32:06 +0000 |
commit | d5fda8cb2c24981e11e8e1fe4487789e108b5b34 (patch) | |
tree | ac7ed005b2cc3dddde570973d1da7a6213760341 /astro | |
parent | - Fix build on FreeBSD 8+ [1] (diff) |
Fix typos in COMMENT
Notes
Notes:
svn path=/head/; revision=301510
Diffstat (limited to 'astro')
-rw-r--r-- | astro/google-earth/Makefile | 2 | ||||
-rw-r--r-- | astro/orsa/Makefile | 2 | ||||
-rw-r--r-- | astro/p5-Astro-WaveBand/Makefile | 2 | ||||
-rw-r--r-- | astro/prune/Makefile | 2 | ||||
-rw-r--r-- | astro/tclgeomap/Makefile | 2 | ||||
-rw-r--r-- | astro/tkgeomap/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index f560ac24c8be..5669d9d77617 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= # none MAINTAINER= nox@FreeBSD.org -COMMENT= Explore, Search and Discover +COMMENT= Explore, Search, and Discover EXTRACT_DEPENDS= unmakeself:${PORTSDIR}/archivers/unmakeself RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index 773fe39317a0..ea1bfcbb2776 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -13,7 +13,7 @@ CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME:U} MAINTAINER= ports@FreeBSD.org -COMMENT= Orbit Reconstruction, Simulation and Analysis +COMMENT= Orbit Reconstruction, Simulation, and Analysis LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl \ cln.6:${PORTSDIR}/math/cln \ diff --git a/astro/p5-Astro-WaveBand/Makefile b/astro/p5-Astro-WaveBand/Makefile index 319132400025..55649c1ce584 100644 --- a/astro/p5-Astro-WaveBand/Makefile +++ b/astro/p5-Astro-WaveBand/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Transparently work in waveband, wavelength or filter +COMMENT= Transparently work in waveband, wavelength, or filter LICENSE= ART10 GPLv1 LICENSE_COMB= dual diff --git a/astro/prune/Makefile b/astro/prune/Makefile index 9e12b4715219..88403dff6fb3 100644 --- a/astro/prune/Makefile +++ b/astro/prune/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Application for viewing, editing and converting GPS coordinate data +COMMENT= Application for viewing, editing, and converting GPS coordinate data NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/astro/tclgeomap/Makefile b/astro/tclgeomap/Makefile index e4d413a9541c..14a7264465e2 100644 --- a/astro/tclgeomap/Makefile +++ b/astro/tclgeomap/Makefile @@ -11,7 +11,7 @@ CATEGORIES= astro tcl MASTER_SITES= SF/tkgeomap/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Read, manipulate and display geo data +COMMENT= Read, manipulate, and display geo data USE_TCL= 82+ GNU_CONFIGURE= yes diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile index 15a5844f5c24..634b6c0c1d15 100644 --- a/astro/tkgeomap/Makefile +++ b/astro/tkgeomap/Makefile @@ -11,7 +11,7 @@ CATEGORIES= astro tk MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= Read, manipulate and display geo data +COMMENT= Read, manipulate, and display geo data LIB_DEPENDS= tclgeomap.0:${PORTSDIR}/astro/tclgeomap |