diff options
author | perky <perky@FreeBSD.org> | 2002-08-17 18:02:38 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-08-17 18:02:38 +0800 |
commit | 12623f4c416e2ab6c5af57469059c76495dfe1ff (patch) | |
tree | b1ffe17a2f851c6792bd83ddabe0eb72cc4e3c38 /print/py-reportlab/Makefile | |
parent | 7c4fdf8bf5d43d1563600b87e12b019b843e9397 (diff) | |
download | freebsd-ports-gnome-12623f4c416e2ab6c5af57469059c76495dfe1ff.tar.gz freebsd-ports-gnome-12623f4c416e2ab6c5af57469059c76495dfe1ff.tar.zst freebsd-ports-gnome-12623f4c416e2ab6c5af57469059c76495dfe1ff.zip |
Update to 1.15
Diffstat (limited to 'print/py-reportlab/Makefile')
-rw-r--r-- | print/py-reportlab/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index e6beefbbf1d7..2ce704b1d656 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -6,8 +6,7 @@ # PORTNAME= reportlab -PORTVERSION= 1.14 -PORTREVISION= 1 +PORTVERSION= 1.15 CATEGORIES= print python MASTER_SITES= ftp://ftp.reportlab.com/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,7 +29,7 @@ EXAMPLEDIR= ${PREFIX}/share/examples/reportlab post-patch: ${MV} ${WRKSRC}/reportlab/lib/setup.py ${WRKDIR} - ${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/reportlab/rl_config.py + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/reportlab/rl_config.py post-install: ${MKDIR} ${REPORTLABDIR}/fonts |