diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 08420603957..11b897b925b 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/26 15:00:58 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2003/07/28 19:08:53 drochner Exp $ # DISTNAME= ReportLab_1_18 @@ -20,6 +20,6 @@ post-install: cd ${WRKDIR} && ${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB} ${RM} -rf ${PREFIX}/${PYSITELIB}/reportlab/lib/build -.include "../../textproc/pyxml/buildlink2.mk" .include "../../lang/python/extension.mk" +.include "../../textproc/pyxml/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |