diff options
author | steve <steve@FreeBSD.org> | 2001-03-28 11:50:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-03-28 11:50:08 +0800 |
commit | ed80c33adcf580137c1b6e1b25ba4d4fa68f39bf (patch) | |
tree | 5b2c25bef4e36227e06c90cceda3474736bf8a9c /www/Makefile | |
parent | 54a12ce0638b1ddd26c1b4d80e05132c1fffeefc (diff) | |
download | freebsd-ports-graphics-ed80c33adcf580137c1b6e1b25ba4d4fa68f39bf.tar.gz freebsd-ports-graphics-ed80c33adcf580137c1b6e1b25ba4d4fa68f39bf.tar.zst freebsd-ports-graphics-ed80c33adcf580137c1b6e1b25ba4d4fa68f39bf.zip |
Disable traversal into the p5-HTML-Embperl directory because it is
killing 'make index'.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 8659edf7923..a96bc6581eb 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 |