diff options
author | andreas <andreas@FreeBSD.org> | 2000-04-06 05:17:06 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-04-06 05:17:06 +0000 |
commit | 16213589dd322faf84db5e0c36a943dfeda69824 (patch) | |
tree | 9fdbc6babfb964a4c6b399b9d1df37c4100720b4 /print/ghostscript8/Makefile | |
parent | 89c7ce39d1c7dc8fc12abddbbd0f648ba873c5ee (diff) | |
download | FreeBSD-ports-16213589dd322faf84db5e0c36a943dfeda69824.zip FreeBSD-ports-16213589dd322faf84db5e0c36a943dfeda69824.tar.gz |
As requested by many
Submitted by: Anton Berezin <tobez@tobez.org>,Kimura Fuyuki <fuyuki@jade.dti.ne.jp>
Diffstat (limited to 'print/ghostscript8/Makefile')
-rw-r--r-- | print/ghostscript8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index dee529f..548a8fb 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -73,7 +73,8 @@ pre-fetch: .endif post-extract: - @${LN} -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg + @${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6b \ + ${WRKSRC}/jpeg @cd ${WRKSRC}/src; ${TAR} -xzf ${DISTDIR}/${HP8XX_DRV} do-configure: |