From d32e698de6a63cf0273391b498d5c8e2bc3ea265 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 25 Feb 2001 04:17:35 +0000 Subject: Cleanup MKDIR usage => INSTALL_*_DIR XXX need to teach pkglint to be more picky about this --- fonts/jisx0208fonts/Makefile | 6 +++--- fonts/jisx0213fonts/Makefile | 4 ++-- fonts/ksc5601fonts/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'fonts') 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 \ diff --git a/fonts/jisx0213fonts/Makefile b/fonts/jisx0213fonts/Makefile index 6ec656a15d4..fe1939ac2cf 100644 --- a/fonts/jisx0213fonts/Makefile +++ b/fonts/jisx0213fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 14:46:07 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:48 hubertf Exp $ # DISTNAME= jisx0213fonts-0.0 @@ -31,7 +31,7 @@ do-build: done) do-install: - ${MKDIR} ${FONTDIR} + ${INSTALL_DATA_DIR} ${FONTDIR} for i in ${PCFGZ}; do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${FONTDIR}; \ done diff --git a/fonts/ksc5601fonts/Makefile b/fonts/ksc5601fonts/Makefile index 83bf21db09c..7ca4c5c6f27 100644 --- a/fonts/ksc5601fonts/Makefile +++ b/fonts/ksc5601fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:46:08 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:48 hubertf Exp $ # DISTNAME= ksc5601fonts-20001029 @@ -91,7 +91,7 @@ post-build: .endif pre-install: - [ -d ${FONTDIR} ] || ${MKDIR} ${FONTDIR} + [ -d ${FONTDIR} ] || ${INSTALL_DATA_DIR} ${FONTDIR} post-install: (cd ${FONTDIR}; mkfontdir) -- cgit v1.2.3