summaryrefslogtreecommitdiff
path: root/pkgtools/pbulk/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-15 21:10:54 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-15 21:10:54 +0000
commit020f22df97cb3b11ab5735dde6b3868d6a3d083d (patch)
tree01e9be53512e218e282eeb4dd4494d3372af978a /pkgtools/pbulk/Makefile
parent4319d364cdddbd2d43a290ced696b81632ab02db (diff)
downloadpkgsrc-020f22df97cb3b11ab5735dde6b3868d6a3d083d.tar.gz
Don't hard-code tar as tar, but make it an option and use the tool
version correctly. Fixes issues on platforms where the first tar in path doesn't support -z. Bump to pbulk-0.12.
Diffstat (limited to 'pkgtools/pbulk/Makefile')
-rw-r--r--pkgtools/pbulk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile
index 5af1af6af4a..692d991b8f9 100644
--- a/pkgtools/pbulk/Makefile
+++ b/pkgtools/pbulk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2007/08/05 14:15:55 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2007/08/15 21:10:54 joerg Exp $
-DISTNAME= pbulk-0.11
+DISTNAME= pbulk-0.12
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -16,7 +16,7 @@ EXTRACT_ONLY= # empty
NO_CHECKSUM= YES
USE_TOOLS+= awk:run bzip2:run digest:run gzip:run ident:run make:run \
- mail:run
+ mail:run tar:run
DEPENDS+= rsync-[0-9]*:../../net/rsync
SUBST_CLASSES+= tools
@@ -30,7 +30,7 @@ SUBST_FILES.tools= pbulk.conf scripts/build scripts/build-client-start \
scripts/create-report-html.awk scripts/create-report-txt.awk \
scripts/create-report.awk
SUBST_VARS.tools= AWK BZIP2 DIGEST GZIP_CMD IDENT MAKE MAIL_CMD \
- PBULK_CONFIG PKG_INFO PREFIX SH
+ PBULK_CONFIG PKG_INFO PREFIX SH TAR
CONF_FILES+= share/examples/pbulk/pbulk.conf ${PKG_SYSCONFDIR}/pbulk.conf