diff options
Diffstat (limited to 'print/py-reportlab')
-rw-r--r-- | print/py-reportlab/Makefile | 3 | ||||
-rw-r--r-- | print/py-reportlab/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 413af3c9c808..44ccde45c172 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -7,7 +7,7 @@ PORTNAME= reportlab PORTVERSION= 1.21.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print python MASTER_SITES= http://www.reportlab.org/ftp/ \ ftp://ftp.reportlab.org/ \ @@ -34,6 +34,7 @@ DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py + @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py .include <bsd.port.pre.mk> diff --git a/print/py-reportlab/pkg-plist b/print/py-reportlab/pkg-plist index 5a68d0acfe4b..9359ebfdd9f0 100644 --- a/print/py-reportlab/pkg-plist +++ b/print/py-reportlab/pkg-plist @@ -210,6 +210,8 @@ %%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.pyc %%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.pyo %%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.py +%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.pyc +%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.pyo %%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.py %%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.pyc %%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.pyo |