diff options
Diffstat (limited to 'lang/php_doc/Makefile')
-rw-r--r-- | lang/php_doc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |