diff options
author | itojun <itojun@pkgsrc.org> | 2001-07-05 01:59:01 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-07-05 01:59:01 +0000 |
commit | 93579965dfe085cf2a743523977bba1d7c9e1603 (patch) | |
tree | 66223a5d4cb8db6e5b3c3757bb74cb39f85ed48b | |
parent | 27004b36eba0e68d5e7fb3a53f7bc76c0031a2c0 (diff) | |
download | pkgsrc-93579965dfe085cf2a743523977bba1d7c9e1603.tar.gz |
it is bad to translate encoding portion in bdf font.
XXX we don't split ksc5601fonts and ksx1001fonts for now.
see recent tech-pkg posting on font directory/pkgname reorganization.
-rw-r--r-- | fonts/ksc5601fonts/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/fonts/ksc5601fonts/Makefile b/fonts/ksc5601fonts/Makefile index 9d1ab12eb94..9b941fc5b89 100644 --- a/fonts/ksc5601fonts/Makefile +++ b/fonts/ksc5601fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:56 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/07/05 01:59:01 itojun Exp $ # DISTNAME= ksc5601fonts-20001029 @@ -67,15 +67,6 @@ post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} (cd ${WRKSRC}; ${MAKE} prepare) -post-patch: -.if defined(BAEKMUK) - for i in ${BAEKMUK_BDF}; do \ - ${MV} ${WRKDIR}/$$i ${WRKDIR}/$$i.dist; \ - ${SED} -e 's/ksx1001.1997/ksc5601.1987/g' <${WRKDIR}/$$i.dist \ - >${WRKDIR}/$$i; \ - done -.endif - post-build: .if defined(MIZI) (cd ${WRKSRC}; rpm2cpio ${_DISTDIR}/${MIZI} | \ |