mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
- Strip Libraries - Fix patch files to reflect 'make makepatch' PR: 200602 Submitted by: amdmi3@FreeBSD.org
11 lines
374 B
Python
11 lines
374 B
Python
--- docs/genAll.py.orig 2014-02-14 14:22:37 UTC
|
|
+++ docs/genAll.py
|
|
@@ -1,6 +1,7 @@
|
|
#!/bin/env python
|
|
-import os, sys, traceback
|
|
+import os, sys, traceback, site
|
|
def _genAll(verbose=1):
|
|
+ site.addsitedir("%%STAGEDIR%%%%PYTHON_SITELIBDIR%%")
|
|
from reportlab.lib.testutils import setOutDir
|
|
setOutDir(__name__)
|
|
from reportlab.lib.testutils import testsFolder
|