diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-07 13:26:20 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-07 13:26:20 +0000 |
commit | 113d291e1d44b8b6d432ae0d10aff37e68b64dc5 (patch) | |
tree | f7200639a0272ee7bbc76530b80468257079b711 /print | |
parent | 69bfde79150c31751515222d4b4406206d2f8ac6 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pkfonts300/Makefile | 2 |
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> |