diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 18:44:20 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 18:44:20 +0000 |
commit | fbc06e4df689468b9a53f8781af64bd1849abb24 (patch) | |
tree | 206df2e78a00cc72ceac4dccbb0f55b66d1f174c /misc/projectionlib | |
parent | Cleanup unmaintained ports in the misc category: (diff) |
Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
- Ordering if of items in Makefile
- Trim headers
- Comment should not begin with leading article
- Pet portlint
Notes
Notes:
svn path=/head/; revision=315240
Diffstat (limited to 'misc/projectionlib')
-rw-r--r-- | misc/projectionlib/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/projectionlib/Makefile b/misc/projectionlib/Makefile index 2919d976e0ad..8a88b1fe1dde 100644 --- a/misc/projectionlib/Makefile +++ b/misc/projectionlib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ProjectionLib library from VTP -# Date created: 26 Apr 2001 -# Whom: Randall Hopper <aa8vb@nc.rr.com> -# +# Created by: Randall Hopper <aa8vb@nc.rr.com> # $FreeBSD$ -# PORTNAME= projectionlib PORTVERSION= 3.7 @@ -12,7 +8,7 @@ MASTER_SITES= http://thor-f5.er.usgs.gov/viewers/dlgv32/ DISTNAME= dlgv32v37src MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ wrapper for the USGS GCTP projection library +COMMENT= C++ wrapper for the USGS GCTP projection library LIB_DEPENDS= gctpc.1:${PORTSDIR}/misc/gctpc |