diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
commit | 36117d709704f772dbc3d305cda6923741791598 (patch) | |
tree | 6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/php53-redis | |
parent | Update Zope to 2.13.21. This update also includes: (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
Diffstat (limited to 'databases/php53-redis')
-rw-r--r-- | databases/php53-redis/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/php53-redis/Makefile b/databases/php53-redis/Makefile index 9927e8076eb1..5607d367c9da 100644 --- a/databases/php53-redis/Makefile +++ b/databases/php53-redis/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php53-redis -# Date created: 24 July 2012 -# Whom: Glen Barber <gjb@FreeBSD.org> -# +# Created by: Glen Barber <gjb@FreeBSD.org> # $FreeBSD$ -# PORTNAME= redis PORTVERSION= 2.2.1 @@ -28,4 +24,5 @@ DEFAULT_PHP_VER=53 PHP_MODNAME= redis +NO_STAGE= yes .include <bsd.port.mk> |