diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-01-05 13:26:33 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-01-05 13:26:33 +0000 |
commit | 4aaaa69a211c26eae68405be2dd971bd24253ed6 (patch) | |
tree | 30cfc1f0abeed8cee6dc41ebd4195e62d7f6b9dc /x11/py-kiwi/Makefile | |
parent | dab9f2c0db3fb001b2528e0de627b1a736524ece (diff) | |
download | pkgsrc-4aaaa69a211c26eae68405be2dd971bd24253ed6.tar.gz |
Fix PLIST, user-destdir support.
Diffstat (limited to 'x11/py-kiwi/Makefile')
-rw-r--r-- | x11/py-kiwi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index b53f683154c..36ffda9bab4 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/05 12:31:06 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/05 13:26:33 jmcneill Exp $ # DISTNAME= kiwi-1.9.22 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.async.com.br/projects/kiwi/ COMMENT= Framework and a set of enhanced PyGTK widgets +PKG_DESTDIR_SUPPORT= user-destdir + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_PKGLOCALEDIR= yes |