aboutsummaryrefslogtreecommitdiffstats
path: root/print
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 /print
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 'print')
-rw-r--r--print/pkfonts300/Makefile2
1 files changed, 1 insertions, 1 deletions
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>