From 5e65d7e51e8c945513d3cdd0fbdf7c243922b14d Mon Sep 17 00:00:00 2001 From: pat Date: Mon, 11 Mar 2002 23:46:50 +0000 Subject: Fix build on current. PR: 35799 Submitted by: maintainer Noticed by: bento --- print/py-reportlab/Makefile | 1 + 1 file changed, 1 insertion(+) 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}; \ -- cgit