summaryrefslogtreecommitdiff
path: root/editors/kdissert
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-03 21:55:04 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-03 21:55:04 +0000
commit9c7df62f22b5829b0c8ff8ff72b1bea88e2121fb (patch)
treeab96d5ed1cdafe9a685f47afcd1012b83d7c782b /editors/kdissert
parentf80a6354069f6527915a8d03424e8c6cf88e8862 (diff)
downloadpkgsrc-9c7df62f22b5829b0c8ff8ff72b1bea88e2121fb.tar.gz
DESTDIR support
Diffstat (limited to 'editors/kdissert')
-rw-r--r--editors/kdissert/Makefile6
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"