summaryrefslogtreecommitdiff
path: root/www/linkchecker/files/patch-setup.py
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-17 17:01:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-17 17:01:02 +0000
commit1a98bca65f53dc92ff846b2a49a38e8176c6d9a9 (patch)
tree65057b4d91e3e4a40af6f989de120a6b6b9fb577 /www/linkchecker/files/patch-setup.py
parentUpdate various URLs that no longer resolve or are useful. (diff)
add linkchecker 1.9.3
Check HTML documents for broken links
Notes
Notes: svn path=/head/; revision=91517
Diffstat (limited to 'www/linkchecker/files/patch-setup.py')
-rw-r--r--www/linkchecker/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/linkchecker/files/patch-setup.py b/www/linkchecker/files/patch-setup.py
new file mode 100644
index 000000000000..3e7be84aa372
--- /dev/null
+++ b/www/linkchecker/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig Sat Oct 18 00:44:51 2003
++++ setup.py Sat Oct 18 00:45:09 2003
+@@ -197,7 +197,7 @@
+ 'lconline/index.html', 'lconline/lc_cgi.html.en',
+ 'lconline/lc_cgi.html.de', 'lconline/check.js',
+ 'lc.cgi','lc.fcgi','lc.sz_fcgi','linkchecker.bat']),
+- ('share/man/man1', ['linkchecker.1']),
++ ('man/man1', ['linkchecker.1']),
+ ],
+ classifiers = [
+ 'Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking',