aboutsummaryrefslogtreecommitdiffstats
path: root/print/gsfonts
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-07-14 23:44:45 +0800
committerosa <osa@FreeBSD.org>2003-07-14 23:44:45 +0800
commitc15bd1e91fdfcba8426044b097a256bec39f5a9d (patch)
tree203232ca6c281bdd701315ad3c526d2695057c98 /print/gsfonts
parent69ceef4074365856b72806ef5997ab4d1b2eef77 (diff)
downloadfreebsd-ports-gnome-c15bd1e91fdfcba8426044b097a256bec39f5a9d.tar.gz
freebsd-ports-gnome-c15bd1e91fdfcba8426044b097a256bec39f5a9d.tar.zst
freebsd-ports-gnome-c15bd1e91fdfcba8426044b097a256bec39f5a9d.zip
Use ${DISTDIR}/${DIST_SUBDIR} instead of ${DISTDIR}
Submitted by: Kevin Oberman <oberman@es.net> PR: 54476
Diffstat (limited to 'print/gsfonts')
-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>