diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
| commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
| tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/codeigniter | |
| 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: www)
Diffstat (limited to 'www/codeigniter')
| -rw-r--r-- | www/codeigniter/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/codeigniter/Makefile b/www/codeigniter/Makefile index 1b7c74ca7ce6..7bc2c40144ec 100644 --- a/www/codeigniter/Makefile +++ b/www/codeigniter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: codeigniter -# Date created: 04 January 2008 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= codeigniter PORTVERSION= 2.1.3 @@ -77,6 +73,7 @@ ODBC= Install ODBC support for PHP PGSQL_DESC= Install PostgreSQL support for PHP SQLITE_DESC= Install SQLite support for PHP +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MAPACHE} |
