diff options
author | dirk <dirk@FreeBSD.org> | 2001-04-29 21:31:34 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-04-29 21:31:34 +0800 |
commit | 017dd20e60e867658a6a4c1fb8292ce83a750049 (patch) | |
tree | d7256e4ebd2a257eacbfc3d02a9c17544efbc927 /lang/php_doc | |
parent | b8291db4d11ff0f189c51a4d9406b5bc2ea65309 (diff) | |
download | freebsd-ports-graphics-017dd20e60e867658a6a4c1fb8292ce83a750049.tar.gz freebsd-ports-graphics-017dd20e60e867658a6a4c1fb8292ce83a750049.tar.zst freebsd-ports-graphics-017dd20e60e867658a6a4c1fb8292ce83a750049.zip |
Tell users about setting PHP_LANG.
Diffstat (limited to 'lang/php_doc')
-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 6bdaf2d3c15..850bd14bd70 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 \ |