summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-16 19:38:27 +0000
committerjoerg <joerg>2009-02-16 19:38:27 +0000
commitaa3c63fa5553b99740e0c9eceb5b3dbb00c0b212 (patch)
tree7f1dbab33ecda9cc68231a378cdeb5d4f067571a
parentd9ab7994b9d93d69b47f97ce3a780572564f2f69 (diff)
downloadpkgsrc-aa3c63fa5553b99740e0c9eceb5b3dbb00c0b212.tar.gz
Supports DESTDIR
-rw-r--r--textproc/py-enchant/Makefile4
-rw-r--r--www/py-ClientForm/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile
index 655a0c13d31..c2197798330 100644
--- a/textproc/py-enchant/Makefile
+++ b/textproc/py-enchant/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 09:42:47 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/16 19:38:27 joerg Exp $
#
DISTNAME= pyenchant-1.4.2
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyenchant.sourceforge.net/
COMMENT= Spellchecking library for Python
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c
.include "../../lang/python/egg.mk"
diff --git a/www/py-ClientForm/Makefile b/www/py-ClientForm/Makefile
index e479cc24748..bfeebb864d6 100644
--- a/www/py-ClientForm/Makefile
+++ b/www/py-ClientForm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/17 20:53:50 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/16 19:41:06 joerg Exp $
#
DISTNAME= ClientForm-0.2.10
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wwwsearch.sourceforge.net/ClientForm/
COMMENT= Python module for handling HTML forms on the client side
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes