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/gdal-grass | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Diffstat (limited to 'graphics/gdal-grass')
-rw-r--r-- | graphics/gdal-grass/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index 44d0dbd67713..cc855d602745 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdal-grass -# Date created: Feb 2006 -# Whom: Laurent Courty -# +# Created by: Laurent Courty # $FreeBSD$ -# PORTNAME= gdal-grass PORTVERSION= 1.4.3 @@ -27,6 +23,7 @@ CONFIGURE_ARGS= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-autoload=${GDAL_AUTOLOAD_DIR} ALL_TARGET= +NO_STAGE= yes .include <bsd.port.pre.mk> pre-install: |