summaryrefslogtreecommitdiff
path: root/print/py-reportlab
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /print/py-reportlab
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/py-reportlab')
-rw-r--r--print/py-reportlab/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 11b897b925b..d7a3f88f3ad 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/07/28 19:08:53 drochner Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/20 12:24:29 agc Exp $
#
DISTNAME= ReportLab_1_18
PKGNAME= ${PYPKGPREFIX}-reportlab-1.18
-WRKSRC= ${WRKDIR}/reportlab/lib
CATEGORIES= print
MASTER_SITES= ftp://ftp.reportlab.com/
EXTRACT_SUFX= .tgz
@@ -12,7 +11,8 @@ MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.reportlab.com/
COMMENT= Powerful PDF-generating toolkit for Python
-PYBINMODULE= yes
+WRKSRC= ${WRKDIR}/reportlab/lib
+PYBINMODULE= yes
PYDISTUTILSPKG= yes
USE_BUILDLINK2= yes