summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhans <hans>2011-10-04 11:41:20 +0000
committerhans <hans>2011-10-04 11:41:20 +0000
commitbd2f391781508534438b6a6d379980963d9bd6d5 (patch)
tree8f6043091f26422f50363ecfca2de5f2b4a445be /mk
parentf6807a981b71aafa623a94a59e1cd0a94d93f3a1 (diff)
downloadpkgsrc-bd2f391781508534438b6a6d379980963d9bd6d5.tar.gz
Use ${TAR} instead of tar.
Diffstat (limited to 'mk')
-rw-r--r--mk/pbulk/pbulk-index.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pbulk/pbulk-index.mk b/mk/pbulk/pbulk-index.mk
index 36d94a21197..c22b531ccf6 100644
--- a/mk/pbulk/pbulk-index.mk
+++ b/mk/pbulk/pbulk-index.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pbulk-index.mk,v 1.12 2011/09/25 19:51:47 joerg Exp $
+# $NetBSD: pbulk-index.mk,v 1.13 2011/10/04 11:41:20 hans Exp $
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to the parallel bulk build
@@ -111,4 +111,4 @@ pbulk-index-item:
.endif
pbulk-save-wrkdir:
- ${RUN} [ ! -d ${WRKDIR} ] || cd ${WRKDIR} && tar cfz ${INTO:Q} .
+ ${RUN} [ ! -d ${WRKDIR} ] || cd ${WRKDIR} && ${TAR} cfz ${INTO:Q} .