aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript-gnu
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-07-26 15:43:48 +0800
committersobomax <sobomax@FreeBSD.org>2000-07-26 15:43:48 +0800
commit022b673f4383fd7b9248d76f0df37cf59b4d12dc (patch)
treedf98e8e2b286ef212e5f0143863b5a387c087e50 /print/ghostscript-gnu
parent0b1c29b58430a1485ddfeff5d66e8c635a97a781 (diff)
downloadfreebsd-ports-gnome-022b673f4383fd7b9248d76f0df37cf59b4d12dc.tar.gz
freebsd-ports-gnome-022b673f4383fd7b9248d76f0df37cf59b4d12dc.tar.zst
freebsd-ports-gnome-022b673f4383fd7b9248d76f0df37cf59b4d12dc.zip
Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript ports
instead of hardcoded ${WRKSRC}/libpng-png.version.number.
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r--print/ghostscript-gnu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index 3b009132e9fc..016ebd6893d5 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -55,7 +55,7 @@ pre-fetch:
post-extract:
${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg
- ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-* ${WRKSRC}/libpng
+ ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng ${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