diff options
author | joerg <joerg> | 2008-03-15 18:11:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-03-15 18:11:38 +0000 |
commit | 2f6d95ed7879699180529a02e17dbb28e04cd475 (patch) | |
tree | 2e716b2d9cbe4c6250094122d4cbb1cb78746bc9 /textproc/py-expat | |
parent | c7b77a749edf088b70c4c5e2c263d56582024fc3 (diff) | |
download | pkgsrc-2f6d95ed7879699180529a02e17dbb28e04cd475.tar.gz |
Python itself is supposed to be DESTDIR safe.
Diffstat (limited to 'textproc/py-expat')
-rw-r--r-- | textproc/py-expat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile index 19f8fb942b9..ea3350315ad 100644 --- a/textproc/py-expat/Makefile +++ b/textproc/py-expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/02/22 19:27:17 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/03/15 18:11:38 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-expat-0 @@ -9,6 +9,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Python interface to expat +PKG_DESTDIR_SUPPORT= user-destdir + EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/pyexpat.c PYDISTUTILSPKG= yes |