diff options
author | rillig <rillig> | 2009-05-16 07:22:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2009-05-16 07:22:01 +0000 |
commit | f14182765db6b2f2673e05ea7f2095b9c62b5e53 (patch) | |
tree | 7bf114ad68b8d6c976113453d8cc20e43cbf3eda /editors/kdissert/Makefile | |
parent | 56348853b52b34af45fc88c402b4efe0f8a88bbf (diff) | |
download | pkgsrc-f14182765db6b2f2673e05ea7f2095b9c62b5e53.tar.gz |
cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.
Diffstat (limited to 'editors/kdissert/Makefile')
-rw-r--r-- | editors/kdissert/Makefile | 8 |
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 |