diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 04:41:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 04:41:22 +0000 |
commit | e4aa76a9be409201f9ab206e1028818ae37599ad (patch) | |
tree | 851b6321fa03e5421d36a142f1d0c272f1deced6 /www/linkchecker | |
parent | - Update to 1.7.1 (diff) |
Remove USE_REINPLACE from categories starting with W
Notes
Notes:
svn path=/head/; revision=162218
Diffstat (limited to 'www/linkchecker')
-rw-r--r-- | www/linkchecker/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/linkchecker/Makefile b/www/linkchecker/Makefile index c92d2086e68e..d6d70f5dd7be 100644 --- a/www/linkchecker/Makefile +++ b/www/linkchecker/Makefile @@ -17,7 +17,6 @@ COMMENT= Check HTML documents for broken links USE_PYTHON= 2.4 USE_PYDISTUTILS= yes -USE_REINPLACE= yes MAN1= linkchecker.1 .include <bsd.port.pre.mk> |