summaryrefslogtreecommitdiff
path: root/textproc/py-yaml
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-08 18:32:19 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-08 18:32:19 +0000
commitb9d9951b4c288e4930f2cb1bf09b1a3241e81db5 (patch)
tree6072f6a32792f12ead0a8ccc037d5779e9ae0238 /textproc/py-yaml
parentfda1d9652f0f60e6e12f7682884514654980a43f (diff)
downloadpkgsrc-b9d9951b4c288e4930f2cb1bf09b1a3241e81db5.tar.gz
Supports DESTDIR
Diffstat (limited to 'textproc/py-yaml')
-rw-r--r--textproc/py-yaml/Makefile4
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"