diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-14 23:44:45 +0800 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-14 23:44:45 +0800 |
commit | 0bf9357705cf69cb3dc1b2de09313a9d21a2fe7d (patch) | |
tree | 1b34f0aaa0e9300b0581f58d8ef4d30b8cbde733 /print | |
parent | 01187e677fd3b9eb903a93170b7b0ab7fec668ca (diff) | |
download | freebsd-ports-gnome-0bf9357705cf69cb3dc1b2de09313a9d21a2fe7d.tar.gz freebsd-ports-gnome-0bf9357705cf69cb3dc1b2de09313a9d21a2fe7d.tar.zst freebsd-ports-gnome-0bf9357705cf69cb3dc1b2de09313a9d21a2fe7d.zip |
Use ${DISTDIR}/${DIST_SUBDIR} instead of ${DISTDIR}
Submitted by: Kevin Oberman <oberman@es.net>
PR: 54476
Diffstat (limited to 'print')
-rw-r--r-- | print/gsfonts/Makefile | 4 |
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> |