1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix stagification

This commit is contained in:
Edwin Groothuis 2014-05-13 21:13:31 +00:00
parent 15342f122c
commit 71642c89c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353996
6 changed files with 2 additions and 8 deletions

View File

@ -6,5 +6,4 @@ PKGNAMEPREFIX=
PHP_LANG= fr
MASTERDIR= ${.CURDIR}/../../lang/php_doc
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -6,5 +6,4 @@ PKGNAMEPREFIX=
PHP_LANG= de
MASTERDIR= ${.CURDIR}/../../lang/php_doc
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -6,5 +6,4 @@ PKGNAMEPREFIX=
PHP_LANG= ja
MASTERDIR= ${.CURDIR}/../../lang/php_doc
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -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

View File

@ -6,5 +6,4 @@ PKGNAMEPREFIX=
PHP_LANG= pl
MASTERDIR= ${.CURDIR}/../../lang/php_doc
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -6,5 +6,4 @@ PKGNAMEPREFIX=
PHP_LANG= br
MASTERDIR= ${.CURDIR}/../../lang/php_doc
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"