diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-25 04:17:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-25 04:17:35 +0000 |
commit | d32e698de6a63cf0273391b498d5c8e2bc3ea265 (patch) | |
tree | f7733ee24f18b76cbeda1e577b4cec2485f4cf3e /fonts/jisx0208fonts | |
parent | b1fe99775bd942bbd05e584ba34834516831b04a (diff) | |
download | pkgsrc-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/Makefile | 6 |
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 \ |