diff options
Diffstat (limited to 'devel/php5-blitz/Makefile')
-rw-r--r-- | devel/php5-blitz/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/php5-blitz/Makefile b/devel/php5-blitz/Makefile index 9bbed665acd9..0234ad7584a7 100644 --- a/devel/php5-blitz/Makefile +++ b/devel/php5-blitz/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: php5-blitz -# Date created: 2011-08-19 -# Whom: Valery Komarov <komarov@valerka.net> -# +# Created by: Valery Komarov <komarov@valerka.net> # $FreeBSD$ PORTNAME= blitz @@ -19,4 +16,5 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +NO_STAGE= yes .include <bsd.port.mk> |