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/ghostscript-gpl | |
parent | b756e3ab4359812c68631b77aa9bccbd3d8c5502 (diff) | |
download | ports-4cd36e32e972e7bd6a22518fe060e657cae2cb51.tar.gz ports-4cd36e32e972e7bd6a22518fe060e657cae2cb51.zip |
Notes
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |