diff options
author | nivit <nivit@FreeBSD.org> | 2009-02-15 17:44:30 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2009-02-15 17:44:30 +0800 |
commit | e7dc75dbfa23c2334e1630df1ea585a13710d662 (patch) | |
tree | b5e33016d8268822f67b620756885c93de982a10 | |
parent | 240672f992f0758f07287d40df3de8be5385b89c (diff) | |
download | freebsd-ports-gnome-e7dc75dbfa23c2334e1630df1ea585a13710d662.tar.gz freebsd-ports-gnome-e7dc75dbfa23c2334e1630df1ea585a13710d662.tar.zst freebsd-ports-gnome-e7dc75dbfa23c2334e1630df1ea585a13710d662.zip |
- Forgot the patch in the previous commit
-rw-r--r-- | www/py-nevow/files/patch-doc-txt2html.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/py-nevow/files/patch-doc-txt2html.py b/www/py-nevow/files/patch-doc-txt2html.py new file mode 100644 index 000000000000..69fb78a68128 --- /dev/null +++ b/www/py-nevow/files/patch-doc-txt2html.py @@ -0,0 +1,12 @@ +--- doc/txt2html.py 2005-02-17 18:17:23.000000000 +0100 ++++ doc/txt2html.py.port 2009-02-15 09:58:17.000000000 +0100 +@@ -1,7 +1,8 @@ + import sys
+ import os
+ import time
+-
++ ++sys.path.append('%%PYTHONPREFIX_SITELIBDIR%%')
+ from nevow import flat, tags as T
+
+ import hier
|