summaryrefslogtreecommitdiff
path: root/databases/postgresql82-client
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2009-05-16 07:22:01 +0000
committerrillig <rillig@pkgsrc.org>2009-05-16 07:22:01 +0000
commit1955b7c506fe9a4ba0da7ead31160f2d412d4bc5 (patch)
tree7bf114ad68b8d6c976113453d8cc20e43cbf3eda /databases/postgresql82-client
parent7866eb7aa05c6905afeb675f319dd81c38574b6b (diff)
downloadpkgsrc-1955b7c506fe9a4ba0da7ead31160f2d412d4bc5.tar.gz
cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.
Diffstat (limited to 'databases/postgresql82-client')
-rw-r--r--databases/postgresql82-client/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql82-client/Makefile b/databases/postgresql82-client/Makefile
index f40dac9810d..107add2b55b 100644
--- a/databases/postgresql82-client/Makefile
+++ b/databases/postgresql82-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/01/20 19:43:56 sketch Exp $
+# $NetBSD: Makefile,v 1.7 2009/05/16 07:22:01 rillig Exp $
PKGNAME= postgresql82-client-${BASE_VERS}
COMMENT= PostgreSQL database client programs
@@ -75,9 +75,9 @@ post-wrapper:
.endif
pre-build:
- ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD} \
+ ${RUN} ${_ULIMIT_CMD} \
cd ${WRKSRC}/src/backend && \
- env ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} \
+ env ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} \
../../src/include/parser/parse.h \
../../src/include/utils/fmgroids.h