diff options
author | Steve Price <steve@FreeBSD.org> | 2001-03-28 03:50:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-03-28 03:50:08 +0000 |
commit | 0226b6f6d8580f19189d824a7b16821358622f98 (patch) | |
tree | 0a57b5e8a901b6e65709e98a8882f1e01913a590 /www | |
parent | Disable traversal into the xsane directory because it is killing (diff) |
Disable traversal into the p5-HTML-Embperl directory because it is
killing 'make index'.
Notes
Notes:
svn path=/head/; revision=40463
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 8659edf7923e..a96bc6581eb9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -167,7 +167,7 @@ SUBDIR += p5-FastCGI SUBDIR += p5-GtkHTML SUBDIR += p5-HTML - SUBDIR += p5-HTML-Embperl +# SUBDIR += p5-HTML-Embperl SUBDIR += p5-HTML-Mason SUBDIR += p5-HTML-Navigation SUBDIR += p5-HTML-Pager |