diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-04-29 13:31:34 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-04-29 13:31:34 +0000 |
commit | 395ca8b4db32470e0f427f2b8578c896160f39de (patch) | |
tree | 5f4d8d1ed97b4eae744332f7320fed8a4cc1359e /lang/php_doc | |
parent | cb2d1f7fd64f40aa1a7fa460dbf195a4a021c2e7 (diff) | |
download | ports-395ca8b4db32470e0f427f2b8578c896160f39de.tar.gz ports-395ca8b4db32470e0f427f2b8578c896160f39de.zip |
Notes
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 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 \ |