aboutsummaryrefslogtreecommitdiffstats
path: root/games/xgammon
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-04-07 21:26:20 +0800
committerclement <clement@FreeBSD.org>2004-04-07 21:26:20 +0800
commit0307fa21a54024c9a2f89c8797ee78710d49ae2a (patch)
tree5f362b972f009374c09deb556210d6ede3a22fb9 /games/xgammon
parent1534f9259cd4783d2cab21a6b45e79e57a128042 (diff)
downloadfreebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.tar.gz
freebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.tar.zst
freebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.zip
- tar -> ${TAR} (since we have now a bsdtar ;)
Diffstat (limited to 'games/xgammon')
-rw-r--r--games/xgammon/Makefile2
1 files changed, 1 insertions, 1 deletions
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}"