summaryrefslogtreecommitdiff
path: root/editors/kdissert
diff options
context:
space:
mode:
Diffstat (limited to 'editors/kdissert')
-rw-r--r--editors/kdissert/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile
index 502a7c5d481..b8958ae4d1d 100644
--- a/editors/kdissert/Makefile
+++ b/editors/kdissert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/02/27 19:51:13 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2009/05/16 07:22:02 rillig Exp $
#
DISTNAME= kdissert-1.0.7
@@ -16,16 +16,16 @@ USE_TOOLS+= msgfmt
PYTHON_FOR_BUILD_ONLY= yes
do-configure:
- ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD} \
+ ${RUN} ${_ULIMIT_CMD} \
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${PYTHONBIN} waf configure --prefix=${PTEFIX}
do-build:
- ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD} \
+ ${RUN} ${_ULIMIT_CMD} \
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} waf
do-install:
- ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD} \
+ ${RUN} ${_ULIMIT_CMD} \
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} waf install