diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-11 23:46:50 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-11 23:46:50 +0000 |
commit | 904f4a4abcf1e087cedec15fde9684172742429e (patch) | |
tree | a7a0e6d7e8053217f45140e9098fe72f4475d6ac /print/py-reportlab | |
parent | d0a5e5cd66e660151b0afefc0810ac28946007b7 (diff) | |
download | ports-904f4a4abcf1e087cedec15fde9684172742429e.tar.gz ports-904f4a4abcf1e087cedec15fde9684172742429e.zip |
Notes
Diffstat (limited to 'print/py-reportlab')
-rw-r--r-- | print/py-reportlab/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index a3b0871eda0d..028d28c779a8 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -29,6 +29,7 @@ EXAMPLEDIR= ${PREFIX}/share/examples/reportlab post-patch: ${MV} ${WRKSRC}/lib/setup.py ${WRKDIR} + ${PERL} -pi -e "s/freebsd4/freebsd4','freebsd5/g" ${WRKDIR}/setup.py do-build: @(cd ${WRKDIR}; \ |