summaryrefslogtreecommitdiff
path: root/print/py-reportlab
diff options
context:
space:
mode:
Diffstat (limited to 'print/py-reportlab')
-rw-r--r--print/py-reportlab/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 2b63aef642a..7849846381b 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/03/29 12:42:17 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2003/04/10 01:28:23 grant Exp $
#
DISTNAME= ReportLab_1_16
@@ -17,7 +17,7 @@ PYDISTUTILSPKG= yes
USE_BUILDLINK2= yes
post-install:
- (cd ${WRKDIR}; ${PAX} -r -w -v -p p reportlab ${PREFIX}/${PYSITELIB})
+ cd ${WRKDIR} && ${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB}
${RM} -rf ${PREFIX}/${PYSITELIB}/reportlab/lib/build
.include "../../lang/python/extension.mk"