aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2014-05-13 21:13:31 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2014-05-13 21:13:31 +0000
commit71642c89c1c876c567e4e68728faf16ecf34ade1 (patch)
tree52bec4811a776bd75c8c2db38676b1c835be3a10
parent15342f122c37e17fbbfbfa46404686f46220dbad (diff)
downloadports-71642c89c1c876c567e4e68728faf16ecf34ade1.tar.gz
ports-71642c89c1c876c567e4e68728faf16ecf34ade1.zip
Fix stagification
Notes
Notes: svn path=/head/; revision=353996
-rw-r--r--french/php_doc/Makefile1
-rw-r--r--german/php_doc/Makefile1
-rw-r--r--japanese/php_doc/Makefile1
-rw-r--r--lang/php_doc/Makefile5
-rw-r--r--polish/php_doc/Makefile1
-rw-r--r--portuguese/php_doc-br/Makefile1
6 files changed, 2 insertions, 8 deletions
diff --git a/french/php_doc/Makefile b/french/php_doc/Makefile
index 5532f2f64482..c94195009a14 100644
--- a/french/php_doc/Makefile
+++ b/french/php_doc/Makefile
@@ -6,5 +6,4 @@ PKGNAMEPREFIX=
PHP_LANG= fr
MASTERDIR= ${.CURDIR}/../../lang/php_doc
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/german/php_doc/Makefile b/german/php_doc/Makefile
index 7941ec6982d0..5c7ef74361db 100644
--- a/german/php_doc/Makefile
+++ b/german/php_doc/Makefile
@@ -6,5 +6,4 @@ PKGNAMEPREFIX=
PHP_LANG= de
MASTERDIR= ${.CURDIR}/../../lang/php_doc
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/japanese/php_doc/Makefile b/japanese/php_doc/Makefile
index 808a532ec7c0..730cbd3e985b 100644
--- a/japanese/php_doc/Makefile
+++ b/japanese/php_doc/Makefile
@@ -6,5 +6,4 @@ PKGNAMEPREFIX=
PHP_LANG= ja
MASTERDIR= ${.CURDIR}/../../lang/php_doc
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile
index d1488f85073b..1fdb2763f07b 100644
--- a/lang/php_doc/Makefile
+++ b/lang/php_doc/Makefile
@@ -40,7 +40,6 @@ 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"
@@ -58,9 +57,9 @@ pre-install:
do-install:
@${MKDIR} ${PHPDOCDIR}
- ${FIND} ${WRK_SRC} -type d | ${SED} -e "s,${WRK_SRC},${PHPDOCDIR}/," | ${XARGS} ${MKDIR}
+ ${FIND} ${WRK_SRC} -type d | ${SED} -e "s,${WRK_SRC},${STAGEDIR}${PHPDOCDIR}/," | ${XARGS} ${MKDIR}
for f in `${FIND} ${WRK_SRC} -type f ! -name '.*' ! -name pkg-plist | ${SED} -e 's,${WRK_SRC},,'`; do \
- ${INSTALL_DATA} ${WRK_SRC}/$$f ${PHPDOCDIR}/$$f; \
+ ${INSTALL_DATA} ${WRK_SRC}/$$f ${STAGEDIR}${PHPDOCDIR}/$$f; \
done
# this is for the maintainer only
diff --git a/polish/php_doc/Makefile b/polish/php_doc/Makefile
index 84703398c106..c11e0570d094 100644
--- a/polish/php_doc/Makefile
+++ b/polish/php_doc/Makefile
@@ -6,5 +6,4 @@ PKGNAMEPREFIX=
PHP_LANG= pl
MASTERDIR= ${.CURDIR}/../../lang/php_doc
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/portuguese/php_doc-br/Makefile b/portuguese/php_doc-br/Makefile
index bac86914b73f..ab489d059eb8 100644
--- a/portuguese/php_doc-br/Makefile
+++ b/portuguese/php_doc-br/Makefile
@@ -6,5 +6,4 @@ PKGNAMEPREFIX=
PHP_LANG= br
MASTERDIR= ${.CURDIR}/../../lang/php_doc
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"