diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-16 19:38:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-16 19:38:27 +0000 |
commit | 49c14caefd1ac6f7dedd5fa86876751832af05c0 (patch) | |
tree | 7f1dbab33ecda9cc68231a378cdeb5d4f067571a /www | |
parent | 455ed4a1d4f3f791347078f3c9d047cf8ad3b7cd (diff) | |
download | pkgsrc-49c14caefd1ac6f7dedd5fa86876751832af05c0.tar.gz |
Supports DESTDIR
Diffstat (limited to 'www')
-rw-r--r-- | www/py-ClientForm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |