summaryrefslogtreecommitdiff
path: root/print/ghostscript-afpl
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-01 09:59:46 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-01 09:59:46 +0000
commit3a752acb3c59bd30524c998ac5160ed2c1e24149 (patch)
tree30381db498f7ce2b520148b84a23118b97de77a7 /print/ghostscript-afpl
parentCall a script with sh instead of trying to chmod it. (diff)
Append ${WRKDIRPREFIX} in front of jpeg and png dir names.
Notes
Notes: svn path=/head/; revision=15009
Diffstat (limited to 'print/ghostscript-afpl')
-rw-r--r--print/ghostscript-afpl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile
index bcd8647af4e0..bfc4cd815897 100644
--- a/print/ghostscript-afpl/Makefile
+++ b/print/ghostscript-afpl/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.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: