diff options
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: |