summaryrefslogtreecommitdiff
path: root/www/py-flup
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-14 13:36:53 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-14 13:36:53 +0000
commitf2935511dc36df592320b277f882fb3b81f68093 (patch)
treef38393a65772b49aba7dd26b85afe45df004fd92 /www/py-flup
parentbc0554ccaa7f0370c79afa27ce93621309a023b7 (diff)
downloadpkgsrc-f2935511dc36df592320b277f882fb3b81f68093.tar.gz
Switch django and flup to use the new location of py-setuptools.
Skip easy-install.pyth as it gets modified. Mark explicitly as not supporting DESTDIR, as setuptools doesn't like it right now.
Diffstat (limited to 'www/py-flup')
-rw-r--r--www/py-flup/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile
index 7f910d0643e..76db7d0d9cf 100644
--- a/www/py-flup/Makefile
+++ b/www/py-flup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/11/03 14:13:56 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/11/14 13:36:53 joerg Exp $
#
DISTNAME= flup-r2030
@@ -11,7 +11,10 @@ MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.saddi.com/software/flup/
COMMENT= WSGI support modules
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c1nb1:../../devel/py24-setuptools
+PKG_DESTDIR_SUPPORT= # empty
+
+DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c1nb1:../../devel/py-setuptools
+CHECK_FILES_SKIP+= ${PREFIX}/${PYSITELIB}/easy-install.pth
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes