summaryrefslogtreecommitdiff
path: root/graphics/mgl/Makefile
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 /graphics/mgl/Makefile
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 'graphics/mgl/Makefile')
-rw-r--r--graphics/mgl/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile
index a4461a66df8..e8df467cf0b 100644
--- a/graphics/mgl/Makefile
+++ b/graphics/mgl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 15:22:27 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/25 04:17:51 hubertf Exp $
DISTNAME= mgl2-alpha-019
PKGNAME= mgl-0.1.9a
@@ -69,17 +69,17 @@ post-install:
@${TOUCH} ${PREFIX}/sbin/calibconf
@${TOUCH} ${PREFIX}/sbin/calibdata-update
#
- @${MKDIR} ${PREFIX}/share/mgl2
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/mgl2
.for i in ${MGLFONTUTILS}
@${INSTALL_DATA} ${WRKSRC}/bin/${i} ${PREFIX}/share/mgl2
.endfor
@${RM} -f -r ${PREFIX}/share/doc/mgl2
- @${MKDIR} ${PREFIX}/share/doc/mgl2
- @${MKDIR} ${PREFIX}/share/doc/mgl2/memo
- @${MKDIR} ${PREFIX}/share/doc/mgl2/mgterm
- @${MKDIR} ${PREFIX}/share/doc/mgl2/mil
- @${MKDIR} ${PREFIX}/share/doc/mgl2/bin
- @${MKDIR} ${PREFIX}/share/doc/mgl2/doc
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2/memo
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2/mgterm
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2/mil
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2/bin
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mgl2/doc
.for i in ${MGLDOCS}
@${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/mgl2/doc/
.endfor