diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 16:12:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 16:12:20 +0800 |
commit | a447ecc2eaf9e4d64b600d66fea4c111eb489a21 (patch) | |
tree | 4c622dc83f34ed73ce30d9ac45628e4e5366363a /korean/ghostscript55httf | |
parent | 000a136a52c2df2bd759fad1c48b782c44c1082c (diff) | |
download | freebsd-ports-gnome-a447ecc2eaf9e4d64b600d66fea4c111eb489a21.tar.gz freebsd-ports-gnome-a447ecc2eaf9e4d64b600d66fea4c111eb489a21.tar.zst freebsd-ports-gnome-a447ecc2eaf9e4d64b600d66fea4c111eb489a21.zip |
Add a couple ${WRKDIRPREFIX}'s.
Diffstat (limited to 'korean/ghostscript55httf')
-rw-r--r-- | korean/ghostscript55httf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/ghostscript55httf/Makefile b/korean/ghostscript55httf/Makefile index 33547bf4f5f8..cb9ef7872eea 100644 --- a/korean/ghostscript55httf/Makefile +++ b/korean/ghostscript55httf/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Mar 27 10:32:46 KST 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.3 1998/10/16 01:03:23 jseger Exp $ +# $Id: Makefile,v 1.4 1998/12/12 21:03:35 jseger Exp $ # # based on print/ghostscript5 and japanese/vfghostscript5 # use Adobe's CID-keyed font sameple(korean) because there are no @@ -101,8 +101,8 @@ post-extract: ${TOUCH} ${WRKSRC}/adler32.o ${TOUCH} ${WRKSRC}/deflate.o ${TOUCH} ${WRKSRC}/trees.o - ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6* ${WRKSRC}/jpeg-6a - ln -s ${PORTSDIR}/graphics/png/work/libpng-1.* ${WRKSRC}/libpng + ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6* ${WRKSRC}/jpeg-6a + ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.* ${WRKSRC}/libpng cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV} cd ${WRKSRC} && tar -xzf ${DISTDIR}/${CID_CMAP_KO} |