diff options
Diffstat (limited to 'editors/kdissert/Makefile')
-rw-r--r-- | editors/kdissert/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index f83f0143fd2..b9ba152be7a 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2010/01/18 09:58:48 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2010/02/03 21:55:04 joerg Exp $ # DISTNAME= kdissert-1.0.7 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://freehackers.org/~tnagy/kdissert/ COMMENT= Mindmapping-like tool to generate text templates +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt @@ -28,7 +30,7 @@ do-build: do-install: ${RUN} ${_ULIMIT_CMD} \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${PYTHONBIN} waf install + ${PYTHONBIN} waf install --destdir=${DESTDIR} .include "../../lang/python/application.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |