summaryrefslogtreecommitdiff
path: root/print/py-reportlab/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2004-08-29 15:15:37 +0000
committerrecht <recht>2004-08-29 15:15:37 +0000
commite1cb3cadce891d94dc536232c2809fb1ec16ffc8 (patch)
tree30f07516ca5923e0a231c4d0fa89e991c4058da4 /print/py-reportlab/Makefile
parent08427daa4971114ee908a51c57a3e38b04674b6d (diff)
downloadpkgsrc-e1cb3cadce891d94dc536232c2809fb1ec16ffc8.tar.gz
Use GNU tar here since he reportlab module doesn't extract with NetBSD's
pax. patch provided by D'Arcy J.M. Cain in PR 26794
Diffstat (limited to 'print/py-reportlab/Makefile')
-rw-r--r--print/py-reportlab/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index f0285efba44..051c9370c08 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/07/22 09:16:04 recht Exp $
+# $NetBSD: Makefile,v 1.21 2004/08/29 15:15:37 recht Exp $
#
DISTNAME= ReportLab_1_19
@@ -11,11 +11,15 @@ MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.reportlab.com/
COMMENT= Powerful PDF-generating toolkit for Python
+DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base
+
WRKSRC= ${WRKDIR}/reportlab-1_19/reportlab/lib
PYBINMODULE= yes
PYDISTUTILSPKG= yes
USE_BUILDLINK3= yes
+GTAR= gtar
+
post-install:
cd ${WRKDIR}/reportlab-1_19 && \
${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB}