diff options
-rw-r--r-- | lang/php_doc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile index 6bdaf2d3c156..850bd14bd700 100644 --- a/lang/php_doc/Makefile +++ b/lang/php_doc/Makefile @@ -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 \ |