diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-07-15 21:53:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-07-15 21:53:15 +0000 |
commit | 6b871f9e4505cf6a26fb3ce666a00afc44270414 (patch) | |
tree | c4277ab2bd20aa2fedd5cc4b56df3248c361d861 /print/ghostscript55/Makefile | |
parent | 22e32ee80f537fd38ef6dc893c7de40f37b310bf (diff) | |
download | ports-6b871f9e4505cf6a26fb3ce666a00afc44270414.tar.gz ports-6b871f9e4505cf6a26fb3ce666a00afc44270414.zip |
Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn't
build but at least it will have a better chance.
Notes
Notes:
svn path=/head/; revision=20221
Diffstat (limited to 'print/ghostscript55/Makefile')
-rw-r--r-- | print/ghostscript55/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index c57b13fdadd9..438c03ed4bc4 100644 --- a/print/ghostscript55/Makefile +++ b/print/ghostscript55/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.32 1999/01/23 07:05:22 vanilla Exp $ +# $Id: Makefile,v 1.33 1999/05/15 01:14:34 andreas Exp $ # DISTNAME= ghostscript-5.50 @@ -57,8 +57,8 @@ pre-fetch: .endif post-extract: - ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.0.3 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.3 ${WRKSRC}/libpng ${MV} ${WRKSRC}/devs.mak ${WRKSRC}/devs.mak.bak cd ${WRKSRC} && unzip -Lao ${DISTDIR}/${HP850_DRV} ${MV} ${WRKSRC}/devs.mak.bak ${WRKSRC}/devs.mak |