summaryrefslogtreecommitdiff
path: root/mk/pbulk
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-10-04 11:41:20 +0000
committerhans <hans@pkgsrc.org>2011-10-04 11:41:20 +0000
commit1a1edcb9981c06014e10cc12d2813ffde61802d8 (patch)
tree8f6043091f26422f50363ecfca2de5f2b4a445be /mk/pbulk
parent72d908a0769c2afa5738e2a67d47c299d56ca442 (diff)
downloadpkgsrc-1a1edcb9981c06014e10cc12d2813ffde61802d8.tar.gz
Use ${TAR} instead of tar.
Diffstat (limited to 'mk/pbulk')
-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} .