summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorrillig <rillig>2009-05-16 07:22:01 +0000
committerrillig <rillig>2009-05-16 07:22:01 +0000
commit8303f3bb4d30140e1a575aa74ea2f5887fd1a09b (patch)
tree7bf114ad68b8d6c976113453d8cc20e43cbf3eda /editors
parent0e665cffd3c897557ff2ee87997f5a9bb10fa6f4 (diff)
downloadpkgsrc-8303f3bb4d30140e1a575aa74ea2f5887fd1a09b.tar.gz
cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.
Diffstat (limited to 'editors')
-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