diff options
author | dirk <dirk@FreeBSD.org> | 2001-04-29 21:42:38 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-04-29 21:42:38 +0800 |
commit | e603e0628717d8b20690d1110579fcc90ebf2ffc (patch) | |
tree | c3f7383f05e5c82bdc3d536f91db6cb1a284f565 /lang | |
parent | 017dd20e60e867658a6a4c1fb8292ce83a750049 (diff) | |
download | freebsd-ports-gnome-e603e0628717d8b20690d1110579fcc90ebf2ffc.tar.gz freebsd-ports-gnome-e603e0628717d8b20690d1110579fcc90ebf2ffc.tar.zst freebsd-ports-gnome-e603e0628717d8b20690d1110579fcc90ebf2ffc.zip |
Add upcoming french/php_doc and german/php_doc to SLAVEDIRS.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php_doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile index 850bd14bd700..194fcb0fb19d 100644 --- a/lang/php_doc/Makefile +++ b/lang/php_doc/Makefile @@ -7,7 +7,7 @@ PORTNAME= php_doc PORTVERSION= 1.0 -CATEGORIES= lang +CATEGORIES?= lang MASTER_SITES= http://www.php.net/${PHP_DISTDIR}/ \ http://php.he.net/${PHP_DISTDIR}/ \ http://www.php3.de/${PHP_DISTDIR}/ \ @@ -25,6 +25,7 @@ PHP_DISTDIR= manual/${PHP_LANG} DIST_SUBDIR= php/${PHP_LANG} NO_BUILD= YES NO_WRKSUBDIR= YES +SLAVEDIRS= french/php_doc german/php_doc PHP_LANG?= en PHPDOCDIR= ${PREFIX}/share/doc/php |