diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:01:22 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:01:22 +0800 |
commit | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (patch) | |
tree | 6b5469be28afd93589ebcab2e31c971326230494 /chinese/phpbb3-tw | |
parent | 70996a4d8227f211b193c1a4836088190d3ebaa8 (diff) | |
download | freebsd-ports-gnome-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.tar.gz freebsd-ports-gnome-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.tar.zst freebsd-ports-gnome-f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: chinese)
Diffstat (limited to 'chinese/phpbb3-tw')
-rw-r--r-- | chinese/phpbb3-tw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/phpbb3-tw/Makefile b/chinese/phpbb3-tw/Makefile index 8fc5ae52f0ed..d791a28eddca 100644 --- a/chinese/phpbb3-tw/Makefile +++ b/chinese/phpbb3-tw/Makefile @@ -35,6 +35,7 @@ SUB_LIST= PHPBBURL="${PHPBBURL}" \ PORTDOCS= * PLIST_SUB+= PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +NO_STAGE= yes # Set custom variables: # PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} |