diff options
author | joerg <joerg> | 2008-05-08 18:32:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-05-08 18:32:19 +0000 |
commit | 74ebc6197069f01f3822b8cccb6698805dae148c (patch) | |
tree | 6072f6a32792f12ead0a8ccc037d5779e9ae0238 /textproc | |
parent | 6332625fd27b33efdb1b35d7459d4966c3208e31 (diff) | |
download | pkgsrc-74ebc6197069f01f3822b8cccb6698805dae148c.tar.gz |
Supports DESTDIR
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-yaml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-yaml/Makefile b/textproc/py-yaml/Makefile index f8c6efa9e8a..10d31400ae9 100644 --- a/textproc/py-yaml/Makefile +++ b/textproc/py-yaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/04/25 20:39:13 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/08 18:32:19 joerg Exp $ # DISTNAME= PyYAML-3.05 @@ -10,6 +10,8 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.pyyaml.org/ COMMENT= Collection of libraries to process YAML with Python +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" |