aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript8
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-07-16 05:53:15 +0800
committerasami <asami@FreeBSD.org>1999-07-16 05:53:15 +0800
commitd63c3061d1fde1f3676cfb888dc5135efd30ac65 (patch)
tree96c445787af4fd400b0e5b4d34cf756f4152bd65 /print/ghostscript8
parent925305969ab7f7bf5b14ac0533864ab6058a5711 (diff)
downloadfreebsd-ports-gnome-d63c3061d1fde1f3676cfb888dc5135efd30ac65.tar.gz
freebsd-ports-gnome-d63c3061d1fde1f3676cfb888dc5135efd30ac65.tar.zst
freebsd-ports-gnome-d63c3061d1fde1f3676cfb888dc5135efd30ac65.zip
Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn't
build but at least it will have a better chance.
Diffstat (limited to 'print/ghostscript8')
-rw-r--r--print/ghostscript8/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index c57b13fdadd9..438c03ed4bc4 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/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