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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fonts/jisx0208fonts') 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 \ -- cgit v1.2.3