install manpage correctly and remove unneeded patch
This commit is contained in:
parent
edfccaa30e
commit
39dfef6895
@ -1,9 +0,0 @@
|
||||
$OpenBSD: patch-linkchecker,v 1.1.1.1 2001/12/05 21:53:31 jakob Exp $
|
||||
--- linkchecker.orig Wed Oct 24 22:27:13 2001
|
||||
+++ linkchecker Wed Oct 24 22:27:23 2001
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python2
|
||||
+#!/usr/bin/env python
|
||||
"""check HTML pages for broken links"""
|
||||
# Copyright (C) 2000,2001 Bastian Kleineidam
|
||||
#
|
11
www/linkchecker/patches/patch-setup_py
Normal file
11
www/linkchecker/patches/patch-setup_py
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-setup_py,v 1.1 2002/11/10 09:34:59 jakob Exp $
|
||||
--- setup.py.orig Sun Oct 13 23:56:05 2002
|
||||
+++ setup.py Sun Nov 10 10:32:42 2002
|
||||
@@ -171,6 +171,6 @@ o a (Fast)CGI web interface (requires HT
|
||||
['lconline/leer.html',
|
||||
'lconline/index.html', 'lconline/lc_cgi.html',
|
||||
'lc.cgi','lc.fcgi','lc.sz_fcgi','linkchecker.bat']),
|
||||
- ('share/man/man1', ['linkchecker.1']),
|
||||
+ ('man/man1', ['linkchecker.1']),
|
||||
],
|
||||
)
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2002/10/29 08:20:28 jakob Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2002/11/10 09:34:59 jakob Exp $
|
||||
bin/linkchecker
|
||||
lib/python${PYTHON_VER}/site-packages/_linkchecker_configdata.py
|
||||
lib/python${PYTHON_VER}/site-packages/linkcheck/CSV.py
|
||||
@ -47,7 +47,7 @@ share/linkchecker/linkcheckerrc
|
||||
share/locale/de/LC_MESSAGES/linkcheck.mo
|
||||
share/locale/fr/LC_MESSAGES/linkcheck.mo
|
||||
share/locale/nl/LC_MESSAGES/linkcheck.mo
|
||||
share/man/man1/linkchecker.1
|
||||
man/man1/linkchecker.1
|
||||
@dirrm share/linkchecker/examples
|
||||
@dirrm share/linkchecker
|
||||
@dirrm lib/python${PYTHON_VER}/site-packages/linkcheck/log
|
||||
|
Loading…
Reference in New Issue
Block a user