diff options
author | heinz <heinz> | 2007-07-01 15:58:37 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-07-01 15:58:37 +0000 |
commit | bc291cfa74a0d6232b7bbbb9da8b18aff3ae19b8 (patch) | |
tree | 4d0e9c85a7dd1cfc503a04638d688438200a39bd /lang/py-pyrex | |
parent | 9358bb83ad3b3225510269be18beb7ead11f9422 (diff) | |
download | pkgsrc-bc291cfa74a0d6232b7bbbb9da8b18aff3ae19b8.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'lang/py-pyrex')
-rw-r--r-- | lang/py-pyrex/Makefile | 4 |
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 |