summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authoritojun <itojun>2001-07-05 01:59:01 +0000
committeritojun <itojun>2001-07-05 01:59:01 +0000
commit3b3cafdf227a736fd1d461737b13be0f2621b91b (patch)
tree66223a5d4cb8db6e5b3c3757bb74cb39f85ed48b /fonts
parentc57f9e3f31d0164d456d4347969df49e5003db5a (diff)
downloadpkgsrc-3b3cafdf227a736fd1d461737b13be0f2621b91b.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.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ksc5601fonts/Makefile11
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} | \