diff options
Diffstat (limited to 'devel/codeville/Makefile')
-rw-r--r-- | devel/codeville/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index 1910152443d..4d839e8b769 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/04/25 20:39:08 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:21 joerg Exp $ DISTNAME= Codeville-0.1.16 PKGNAME= codeville-0.1.16 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://codeville.org/ COMMENT= Distributed revision control system +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes .include "../../lang/python/application.mk" |