summaryrefslogtreecommitdiff
path: root/print/pkfonts300
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-07 13:26:20 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-07 13:26:20 +0000
commit113d291e1d44b8b6d432ae0d10aff37e68b64dc5 (patch)
treef7200639a0272ee7bbc76530b80468257079b711 /print/pkfonts300
parentShorten comment. Drop maintainership. (diff)
- tar -> ${TAR} (since we have now a bsdtar ;)
Notes
Notes: svn path=/head/; revision=106396
Diffstat (limited to 'print/pkfonts300')
-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>