diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 03:53:09 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 03:53:09 +0800 |
commit | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/php_doc | |
parent | e280255b603b3a9113f771a6eb4215c94cb1fb1a (diff) | |
download | freebsd-ports-gnome-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.tar.gz freebsd-ports-gnome-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.tar.zst freebsd-ports-gnome-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Diffstat (limited to 'lang/php_doc')
-rw-r--r-- | lang/php_doc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 <dirk@FreeBSD.org> -# +# Created by: Dirk Froemberg <dirk@FreeBSD.org> # $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" |