diff options
| author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-01-01 14:07:39 +0000 |
|---|---|---|
| committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-01-01 14:07:39 +0000 |
| commit | 4cd36e32e972e7bd6a22518fe060e657cae2cb51 (patch) | |
| tree | 74bb796716e8446e4afb88d620ca96df669ea7ba /print | |
| parent | Update to 8.5. (diff) | |
Fix build if ${PORTSDIR} is a symlink by finding jpeg's WRKSRC properly.
Diffstat (limited to 'print')
| -rw-r--r-- | print/ghostscript-afpl/Makefile | 2 | ||||
| -rw-r--r-- | print/ghostscript-gnu/Makefile | 2 | ||||
| -rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
| -rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
| -rw-r--r-- | print/ghostscript8/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 41b184f1ef25..13151b76468b 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -133,7 +133,7 @@ pre-everything:: post-extract: ${ECHO_MSG} ">>> in post-extract ..." - ${LN} -sf ${WRKDIRPREFIX}/${PORTSDIR}/graphics/jpeg/work/jpeg-6b \ + ${LN} -sf `cd ${PORTSDIR}/graphics/jpeg && ${MAKE} -V WRKSRC` \ ${WRKSRC}/jpeg # ** 3rd party driver ** # Note: don't forget to add those devices in scripts/configure and diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index eb0952e2cd99..d8cc0ad686d6 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -130,7 +130,7 @@ pre-everything:: post-extract: ${ECHO_MSG} ">>> in post-extract ..." - ${LN} -sf ${WRKDIRPREFIX}/${PORTSDIR}/graphics/jpeg/work/jpeg-6b \ + ${LN} -sf `cd ${PORTSDIR}/graphics/jpeg && ${MAKE} -V WRKSRC` \ ${WRKSRC}/jpeg # ** 3rd party driver ** # Note: don't forget to add those devices in scripts/configure and diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 41b184f1ef25..13151b76468b 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -133,7 +133,7 @@ pre-everything:: post-extract: ${ECHO_MSG} ">>> in post-extract ..." - ${LN} -sf ${WRKDIRPREFIX}/${PORTSDIR}/graphics/jpeg/work/jpeg-6b \ + ${LN} -sf `cd ${PORTSDIR}/graphics/jpeg && ${MAKE} -V WRKSRC` \ ${WRKSRC}/jpeg # ** 3rd party driver ** # Note: don't forget to add those devices in scripts/configure and diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index eb0952e2cd99..d8cc0ad686d6 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -130,7 +130,7 @@ pre-everything:: post-extract: ${ECHO_MSG} ">>> in post-extract ..." - ${LN} -sf ${WRKDIRPREFIX}/${PORTSDIR}/graphics/jpeg/work/jpeg-6b \ + ${LN} -sf `cd ${PORTSDIR}/graphics/jpeg && ${MAKE} -V WRKSRC` \ ${WRKSRC}/jpeg # ** 3rd party driver ** # Note: don't forget to add those devices in scripts/configure and diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 41b184f1ef25..13151b76468b 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -133,7 +133,7 @@ pre-everything:: post-extract: ${ECHO_MSG} ">>> in post-extract ..." - ${LN} -sf ${WRKDIRPREFIX}/${PORTSDIR}/graphics/jpeg/work/jpeg-6b \ + ${LN} -sf `cd ${PORTSDIR}/graphics/jpeg && ${MAKE} -V WRKSRC` \ ${WRKSRC}/jpeg # ** 3rd party driver ** # Note: don't forget to add those devices in scripts/configure and |
