From 3a752acb3c59bd30524c998ac5160ed2c1e24149 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 1 Dec 1998 09:59:46 +0000 Subject: Append ${WRKDIRPREFIX} in front of jpeg and png dir names. --- print/ghostscript-gnu/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/ghostscript-gnu') diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index bcd8647af4e0..bfc4cd815897 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm # -# $Id: Makefile,v 1.23 1998/07/17 20:19:41 andreas Exp $ +# $Id: Makefile,v 1.24 1998/11/28 09:07:15 asami Exp $ # DISTNAME= ghostscript-5.10 @@ -60,8 +60,8 @@ post-extract: ${TOUCH} ${WRKSRC}/adler32.o ${TOUCH} ${WRKSRC}/deflate.o ${TOUCH} ${WRKSRC}/trees.o - ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg-6b - ln -s ${PORTSDIR}/graphics/png/work/libpng-1.0.2 ${WRKSRC}/libpng + ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg-6b + ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.0.2 ${WRKSRC}/libpng cd ${WRKSRC} && unzip -Lao ${DISTDIR}/${HP850_DRV} do-configure: -- cgit v1.2.3