summaryrefslogtreecommitdiff
path: root/fonts/jisx0208fonts
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-25 04:17:35 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-25 04:17:35 +0000
commitd32e698de6a63cf0273391b498d5c8e2bc3ea265 (patch)
treef7733ee24f18b76cbeda1e577b4cec2485f4cf3e /fonts/jisx0208fonts
parentb1fe99775bd942bbd05e584ba34834516831b04a (diff)
downloadpkgsrc-d32e698de6a63cf0273391b498d5c8e2bc3ea265.tar.gz
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'fonts/jisx0208fonts')
-rw-r--r--fonts/jisx0208fonts/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile
index 023d7d9e362..2b38e8285fd 100644
--- a/fonts/jisx0208fonts/Makefile
+++ b/fonts/jisx0208fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 14:46:06 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/02/25 04:17:47 hubertf Exp $
#
DISTNAME= jisx0208fonts-20010112
@@ -94,10 +94,10 @@ PATCHDIR= ${.CURDIR}/NO-EXIST
.endif
pre-install:
- [ -d ${FONTDIR} ] || ${MKDIR} ${FONTDIR}
+ [ -d ${FONTDIR} ] || ${INSTALL_DATA_DIR} ${FONTDIR}
post-install:
- ${MKDIR} ${PREFIX}/share/doc/jisx0208fonts
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jisx0208fonts
${INSTALL_DATA} ${WRKDIR}/knj10-1.1/README \
${PREFIX}/share/doc/jisx0208fonts/README.naga10-1.1
${INSTALL_DATA} ${FILESDIR}/README.kappa20 \