summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-04-29 13:31:34 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-04-29 13:31:34 +0000
commit395ca8b4db32470e0f427f2b8578c896160f39de (patch)
tree5f4d8d1ed97b4eae744332f7320fed8a4cc1359e /lang
parentIn addition to PREFIX/libdata/pkgconfig scan appropriate directory under (diff)
Tell users about setting PHP_LANG.
Notes
Notes: svn path=/head/; revision=42029
Diffstat (limited to 'lang')
-rw-r--r--lang/php_doc/Makefile11
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 \