Tell users about setting PHP_LANG.

This commit is contained in:
Dirk Froemberg 2001-04-29 13:31:34 +00:00
parent cb2d1f7fd6
commit 395ca8b4db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42029

View File

@ -37,6 +37,17 @@ PHPDOCDIR= ${PREFIX}/share/doc/${PHP_LANG}-php
PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///}
.if ${PHP_LANG} == en
pre-fetch:
@${ECHO}
@${ECHO} "You may set PHP_LANG to"
@${ECHO} " de (german),"
@${ECHO} " es (spanish) or"
@${ECHO} " fr (french)"
@${ECHO} "to get a different language than the default one (english)."
@${ECHO}
.endif
do-install:
@${MKDIR} ${PHPDOCDIR}
@for i in ${WRKSRC}/*; do \