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
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /print/py-reportlab
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.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