diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /geography/epsg | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'geography/epsg')
-rw-r--r-- | geography/epsg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/geography/epsg/Makefile b/geography/epsg/Makefile index 7dfdc01bc88..f2372c839dd 100644 --- a/geography/epsg/Makefile +++ b/geography/epsg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/12/09 19:27:20 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2009/05/19 08:59:16 wiz Exp $ # DISTNAME= epsg-v${VERS}sql-PostgreSQL @@ -15,14 +15,13 @@ DIST_SUBDIR= epsg-${VERS} MAINTAINER= brook@nmsu.edu HOMEPAGE= http://www.epsg.org/ COMMENT= EPSG geodetic parameters database +LICENSE= epsg-license PKG_DESTDIR_SUPPORT= user-destdir # Don't make filenames lowercase. EXTRACT_OPTS_ZIP= -aqo -LICENSE= epsg-license - WRKSRC= ${WRKDIR} NO_BUILD= yes |