summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/timidity/Makefile2
-rw-r--r--chinese/chm2html/Makefile4
-rw-r--r--databases/db2/Makefile4
-rw-r--r--games/farblazer/Makefile4
-rw-r--r--games/nil/Makefile2
-rw-r--r--games/quakeserver/Makefile2
-rw-r--r--games/rocksndiamonds/Makefile4
-rw-r--r--games/twitch/Makefile4
-rw-r--r--games/xgammon/Makefile2
-rw-r--r--mail/xpbiff/Makefile4
-rw-r--r--math/arpack/Makefile2
-rw-r--r--print/pkfonts300/Makefile2
-rw-r--r--security/crack/Makefile2
-rw-r--r--shells/44bsd-csh/Makefile2
-rw-r--r--sysutils/3dm/Makefile2
15 files changed, 21 insertions, 21 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 8162dc0ac625..bbb98b7028ae 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -31,7 +31,7 @@ post-patch:
post-install:
cd ${PREFIX}/lib/timidity && \
- tar zxf ${DISTDIR}/${TIINS} && \
+ ${TAR} zxf ${DISTDIR}/${TIINS} && \
${CP} goemon.cfg goemon.cfg.bak && \
${SED} 's=dir goemon=dir ${PREFIX}/lib/timidity/goemon=' \
< goemon.cfg.bak > goemon.cfg && \
diff --git a/chinese/chm2html/Makefile b/chinese/chm2html/Makefile
index 99c471da0a07..c858073e6991 100644
--- a/chinese/chm2html/Makefile
+++ b/chinese/chm2html/Makefile
@@ -18,8 +18,8 @@ COMMENT= CHM Tools package
WRKSRC= ${WRKDIR}/${PORTNAME}
post-extract:
- @cd ${WRKSRC} && tar zxvf chmtools.tar.gz
- @cd ${WRKSRC} && tar zxvf utf-converter-1.0.tar.gz
+ @cd ${WRKSRC} && ${TAR} zxvf chmtools.tar.gz
+ @cd ${WRKSRC} && ${TAR} zxvf utf-converter-1.0.tar.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/chm2html ${PREFIX}/bin
diff --git a/databases/db2/Makefile b/databases/db2/Makefile
index faa90384a616..af4ac6f68fb4 100644
--- a/databases/db2/Makefile
+++ b/databases/db2/Makefile
@@ -27,8 +27,8 @@ post-install:
@-${RM} -fr ${PREFIX}/share/examples/db2
${MKDIR} ${PREFIX}/share/examples/db2
cd ${WRKSRC}/..; \
- tar -cf - --exclude tags examples/ examples_cxx/ examples_java/. \
- | ( cd ${PREFIX}/share/examples/db2; tar xf - )
+ ${TAR} -cf - --exclude tags examples/ examples_cxx/ examples_java/. \
+ | ( cd ${PREFIX}/share/examples/db2; ${TAR} xf - )
@${ECHO_MSG} ""
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
diff --git a/games/farblazer/Makefile b/games/farblazer/Makefile
index c8d901a8f307..2d8124c47c3b 100644
--- a/games/farblazer/Makefile
+++ b/games/farblazer/Makefile
@@ -23,8 +23,8 @@ do-build:
do-install:
@${MKDIR} ${DATADIR}
- (cd ${WRKSRC}; tar cf - .) | \
- (cd ${DATADIR}; tar --exclude=\*.orig --unlink -xf -)
+ (cd ${WRKSRC}; ${TAR} cf - .) | \
+ (cd ${DATADIR}; ${TAR} --exclude=\*.orig --unlink -xf -)
@printf "#!/bin/sh\ncd ${DATADIR} && \
exec ${PYTHON_CMD} ${DATADIR}/${PORTNAME}.py \"$$\@\"\n" > ${WRKDIR}/${PORTNAME}.sh
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
diff --git a/games/nil/Makefile b/games/nil/Makefile
index bee6a4c7d51e..5458de835662 100644
--- a/games/nil/Makefile
+++ b/games/nil/Makefile
@@ -33,7 +33,7 @@ post-configure:
post-install:
@${MKDIR} ${PREFIX}/share/nil
- @cd ${WRKSRC}/..; tar cf - gfx | \
+ @cd ${WRKSRC}/..; ${TAR} cf - gfx | \
(cd ${PREFIX}/share/nil ; ${TAR} --unlink -xf - )
@${INSTALL_MAN} ${WRKSRC}/../docs/NiL-HOWTO.txt ${PREFIX}/share/nil/README
@${ECHO_MSG} ""
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile
index 916e9be56a66..934a88a2a7e8 100644
--- a/games/quakeserver/Makefile
+++ b/games/quakeserver/Makefile
@@ -30,7 +30,7 @@ do-extract:
@ unzip -q -o ${DISTDIR}/quake106.zip -d ${WRKDIR} resource.*
@ ${CAT} ${WRKDIR}/resource.dat ${WRKDIR}/resource.1 > ${WRKDIR}/resource.exe
@ cd ${WRKDIR}; lha xfq resource.exe id1/pak0.pak
- @ cd ${WRKDIR}; tar zxf ${DISTDIR}/unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz
+ @ cd ${WRKDIR}; ${TAR} zxf ${DISTDIR}/unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz
do-configure:
@ ${CP} ${FILESDIR}/readme.port ${WRKSRC}
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index 866eac1814af..a058fd1f9f92 100644
--- a/games/rocksndiamonds/Makefile
+++ b/games/rocksndiamonds/Makefile
@@ -40,8 +40,8 @@ pre-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rocksndiamonds ${PREFIX}/bin
@${MKDIR} ${GAME_DIR}
- @cd ${WRKSRC}; tar cpf - graphics levels scores sounds | \
- (cd ${GAME_DIR}; tar xpf -)
+ @cd ${WRKSRC}; ${TAR} cpf - graphics levels scores sounds | \
+ (cd ${GAME_DIR}; ${TAR} xpf -)
@${CHMOD} 777 ${GAME_DIR}/scores
.if !defined(NOPPORTDOCS)
@${MKDIR} ${DOC_DIR}
diff --git a/games/twitch/Makefile b/games/twitch/Makefile
index e327405a151a..b99f17c4c724 100644
--- a/games/twitch/Makefile
+++ b/games/twitch/Makefile
@@ -24,8 +24,8 @@ do-build:
do-install:
@${MKDIR} ${PREFIX}/share/twitch
- (cd ${WRKSRC}; tar cf - images sound levels twitch.*) | \
- (cd ${PREFIX}/share/twitch; tar xf -)
+ (cd ${WRKSRC}; ${TAR} cf - images sound levels twitch.*) | \
+ (cd ${PREFIX}/share/twitch; ${TAR} xf -)
@printf "#!/bin/sh\ncd ${PREFIX}/share/twitch && \
${PYTHON_CMD} ${PREFIX}/share/twitch/twitch.py\n" > ${WRKDIR}/twitch.sh
@${INSTALL_SCRIPT} ${WRKDIR}/twitch.sh ${PREFIX}/bin/twitch
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile
index 30acb076b6a8..7c7fdec52a02 100644
--- a/games/xgammon/Makefile
+++ b/games/xgammon/Makefile
@@ -29,7 +29,7 @@ do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@rpm2cpio.pl ${_DISTDIR}${DISTFILES} | (cd ${WRKDIR}; ${CPIO} -i)
- @tar -xzf ${WRKDIR}/${DISTNAME}.tar.gz -C ${WRKDIR}
+ @${TAR} -xzf ${WRKDIR}/${DISTNAME}.tar.gz -C ${WRKDIR}
pre-patch:
@${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}"
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile
index e35cf3c136e1..4d5a3aa97208 100644
--- a/mail/xpbiff/Makefile
+++ b/mail/xpbiff/Makefile
@@ -39,9 +39,9 @@ do-extract:
@${MKDIR} ${WRKDIR}
@(cd ${WRKDIR}; \
if [ ! -f ${DISTDIR}/${DISTNAME}.tar.gz ]; then \
- uudecode -p ${DISTDIR}/${DISTFILES} | tar xzf -; \
+ uudecode -p ${DISTDIR}/${DISTFILES} | ${TAR} xzf -; \
else \
- tar xzf ${DISTDIR}/${DISTNAME}.tar.gz; \
+ ${TAR} xzf ${DISTDIR}/${DISTNAME}.tar.gz; \
fi)
pre-patch:
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index ebf3aa25467a..1524c8d0a2f4 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -35,7 +35,7 @@ USE_REINPLACE= yes
.include <bsd.port.pre.mk>
pre-patch:
- @(cd ${WRKSRC}; tar -xzf ${DISTDIR}/${DIST_SUBDIR}/patch.tar.gz)
+ @(cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/patch.tar.gz)
pre-build:
@${REINPLACE_CMD} -e 's+%FC%+${FC}+g ; s+%FFLAGS%+${FFLAGS}+g ; \
diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile
index 8bc27bd0436f..c8e27734585d 100644
--- a/print/pkfonts300/Makefile
+++ b/print/pkfonts300/Makefile
@@ -36,6 +36,6 @@ RESOLUTION= 300
do-install:
${MKDIR} ${PREFIX}/lib/fonts
- tar -C ${PREFIX}/lib/fonts -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
+ ${TAR} -C ${PREFIX}/lib/fonts -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
.include <bsd.port.mk>
diff --git a/security/crack/Makefile b/security/crack/Makefile
index e982e1cdfa43..24537ec45348 100644
--- a/security/crack/Makefile
+++ b/security/crack/Makefile
@@ -45,6 +45,6 @@ do-build:
do-install:
@${MKDIR} ${PREFIX}/crack
@${RM} -f ${WRKSRC}/Run/*
- @cd ${WRKSRC} ; tar cf - . | (cd ${PREFIX}/crack; tar xfBp -)
+ @cd ${WRKSRC} ; ${TAR} cf - . | (cd ${PREFIX}/crack; ${TAR} xfBp -)
.include <bsd.port.mk>
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile
index 1a46ae2e8820..172300cf3239 100644
--- a/shells/44bsd-csh/Makefile
+++ b/shells/44bsd-csh/Makefile
@@ -41,6 +41,6 @@ do-install:
tarup:
cd ${WRKSRC} ; rm * USD.doc/*
- cd ${WRKSRC} ; tar cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
+ cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
.include <bsd.port.mk>
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile
index 441fe431dc32..ea16d519bc2c 100644
--- a/sysutils/3dm/Makefile
+++ b/sysutils/3dm/Makefile
@@ -34,7 +34,7 @@ SBINMODE= 700
BINMODE= 700
pre-install:
- @cd ${WRKDIR}; tar zxf 3dm-help.tgz
+ @cd ${WRKDIR}; ${TAR} zxf 3dm-help.tgz
do-install: