diff options
Diffstat (limited to 'print/pkfonts300/Makefile')
-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> |