diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-06 05:17:06 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-04-06 05:17:06 +0000 |
commit | c3ad90174374dd42e09b58cd645bdec865622242 (patch) | |
tree | 48e4a07fd79f1f3dd59c105364736b87e0139e3a /print/ghostscript8 | |
parent | Add gtkicq, a GTK-based ICQ clone. (diff) |
As requested by many
Submitted by: Anton Berezin <tobez@tobez.org>,Kimura Fuyuki <fuyuki@jade.dti.ne.jp>
Diffstat (limited to 'print/ghostscript8')
-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 dee529fba2bb..548a8fb33b11 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: |