From 3658cb69164d87994099b24340f06a30f37dd521 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 10 Apr 2003 01:28:03 +0000 Subject: make ${PAX} usage consistent: - group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup --- print/py-reportlab/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/py-reportlab') 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" -- cgit v1.2.3