summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-16 19:38:27 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-16 19:38:27 +0000
commit22d7bc5b883b55aa1c1bbd6955e6e33377490ed2 (patch)
tree7f1dbab33ecda9cc68231a378cdeb5d4f067571a /textproc
parent6aac19f18fdc04e7a1ac4e850b4b56e5131d00e0 (diff)
downloadpkgsrc-22d7bc5b883b55aa1c1bbd6955e6e33377490ed2.tar.gz
Supports DESTDIR
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-enchant/Makefile4
1 files changed, 3 insertions, 1 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"