summaryrefslogtreecommitdiff
path: root/lang/py-pyrex/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2007-07-01 15:58:37 +0000
committerheinz <heinz>2007-07-01 15:58:37 +0000
commit00ba028d943b389b0fcbc11b98f64ff6efdc0a0f (patch)
tree4d0e9c85a7dd1cfc503a04638d688438200a39bd /lang/py-pyrex/Makefile
parentc597b838124862e1fddb9505708b95fa7a59e02d (diff)
downloadpkgsrc-00ba028d943b389b0fcbc11b98f64ff6efdc0a0f.tar.gz
The package supports installation to DESTDIR.
Diffstat (limited to 'lang/py-pyrex/Makefile')
-rw-r--r--lang/py-pyrex/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile
index 65e1b632c70..03de423298d 100644
--- a/lang/py-pyrex/Makefile
+++ b/lang/py-pyrex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/10/14 08:04:25 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/07/01 16:42:56 heinz Exp $
DISTNAME= Pyrex-0.9.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
@@ -9,6 +9,8 @@ MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
COMMENT= Language for Writing Python Extension Modules
+PKG_DESTDIR_SUPPORT= user-destdir
+
PYTHON_VERSIONS_ACCEPTED= 24 23 22
PYDISTUTILSPKG= yes