From 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 20 Sep 2013 19:53:09 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: lang) --- lang/php_doc/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lang/php_doc') diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile index a618b7265e29..ec1b9b542f52 100644 --- a/lang/php_doc/Makefile +++ b/lang/php_doc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: php_doc -# Date created: Sun Apr 22 14:51:32 CEST 2001 -# Whom: Dirk Froemberg -# +# Created by: Dirk Froemberg # $FreeBSD$ -# PORTNAME= php_doc PORTVERSION?= 20100701 @@ -46,6 +42,7 @@ PKGNAMESUFFIX= -${PHP_LANG} PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} .if ${PHP_LANG} == en +NO_STAGE= yes pre-fetch: @${ECHO} @${ECHO} "You may set PHP_LANG to" -- cgit