diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/proj | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) |
Notes
Diffstat (limited to 'graphics/proj')
-rw-r--r-- | graphics/proj/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile index 053da38fda4c..01a7b554d6d0 100644 --- a/graphics/proj/Makefile +++ b/graphics/proj/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: proj -# Date created: 15 November 2001 -# Whom: jedgar@FreeBSD.org -# +# Created by: jedgar@FreeBSD.org # $FreeBSD$ PORTNAME= proj @@ -28,6 +25,7 @@ USE_ZIP= yes MAN1= cs2cs.1 geod.1 proj.1 MAN3= pj_init.3 +NO_STAGE= yes post-extract: @${UNZIP_CMD} -q ${DISTDIR}/${DATUM_GRID_FILES} -d ${WRKSRC}/nad |