aboutsummaryrefslogtreecommitdiff
path: root/lang/php_doc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2010-07-05 22:12:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2010-07-05 22:12:28 +0000
commit3ba2014a617f75618184e85c5a7afc29c4f3b823 (patch)
tree25f4a8ea5e15a6e3431d503ece892575b43ecf15 /lang/php_doc
parent4ba5c1ab42bf0f46852774861418962f873c36e5 (diff)
downloadports-3ba2014a617f75618184e85c5a7afc29c4f3b823.tar.gz
ports-3ba2014a617f75618184e85c5a7afc29c4f3b823.zip
Fix build wrt the changed directories in the distribution tarballs.
Noticed by: Erwin, QAT Feature safe: yes
Notes
Notes: svn path=/head/; revision=257430
Diffstat (limited to 'lang/php_doc')
-rw-r--r--lang/php_doc/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile
index 855557902534..753bbbe8e25e 100644
--- a/lang/php_doc/Makefile
+++ b/lang/php_doc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= php_doc
PORTVERSION?= 20100701
+PORTREVISION?= 1
CATEGORIES?= lang
MASTER_SITES= http://www.mavetju.org/download/adopted/
DISTNAME= php_manual_${PHP_LANG}-${PORTVERSION}
@@ -24,19 +25,19 @@ SLAVEDIRS= french/php_doc \
PHP_LANG?= en
PHP_LANGS?= ${PHP_WRKDIR} ${PHP_WRKSRC}
-PHP_WRKDIR= bg br de en fr kr pl ro tr
-PHP_WRKSRC= ja
+PHP_HTML_CHUNKED= br de en fr ja pl ro tr
+PHP_HTML_NORMAL= bg kr
PHPDOCDIR= ${PREFIX}/share/doc/php-${PHP_LANG}
PLIST= ${WRKDIR}/pkg-plist
-.for lang in ${PHP_WRKSRC}
+.for lang in ${PHP_HTML_NORMAL}
.if ${PHP_LANG} == ${lang}
-WRK_SRC= ${WRKDIR}
+WRK_SRC= ${WRKDIR}/html/
.endif
.endfor
-.for lang in ${PHP_WRKDIR}
+.for lang in ${PHP_HTML_CHUNKED}
.if ${PHP_LANG} == ${lang}
-WRK_SRC= ${WRKDIR}/html
+WRK_SRC= ${WRKDIR}/php-chunked-xhtml
.endif
.endfor