freebsd-ports/devel/pear-PHPDoc/files/patch-phpdoc
Pav Lucistnik d6e523c707 PHPDoc is an attemt to adopt Javadoc to the PHP world.
PR:		ports/84643
Submitted by:	Gerrit Beine <tux@pinguru.net>
2005-09-14 14:04:29 +00:00

11 lines
365 B
Text

--- phpdoc Fri Jul 26 16:49:39 2002
+++ phpdoc Sun Aug 7 15:37:40 2005
@@ -17,7 +17,7 @@
// save the generated docs here:
$dest_apidoc_dir = '@doc_dir@';
// default template dir:
-$template_dir = '@data_dir@/PHPDoc';
+$template_dir = '@data_dir@';
$template = 'default';
// force the deletion of the target apidocs directory
$dest_apidoc_delete = false;