aboutsummaryrefslogtreecommitdiff
path: root/print/gsfonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/gsfonts/Makefile')
-rw-r--r--print/gsfonts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gsfonts/Makefile b/print/gsfonts/Makefile
index 19921af85f05..ad9456c79de6 100644
--- a/print/gsfonts/Makefile
+++ b/print/gsfonts/Makefile
@@ -34,8 +34,8 @@ GSDIR= ${PREFIX}/share/ghostscript
do-install:
@${MKDIR} ${GSDIR}
- ${TAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR}
- ${TAR} -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR}
+ ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_OTHER} -C ${GSDIR}
+ ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_STD} -C ${GSDIR}
(cd ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nox -nolog -q)
.include <bsd.port.post.mk>