summaryrefslogtreecommitdiff
path: root/graphics/mgl
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-02-25 04:17:35 +0000
committerhubertf <hubertf>2001-02-25 04:17:35 +0000
commita753e3df91cdc99aabc59d87ac260acdd2edb79d (patch)
treef7733ee24f18b76cbeda1e577b4cec2485f4cf3e /graphics/mgl
parenta0e1b5390dbcf8c448cd2ce2bff91b542a46a4ef (diff)
downloadpkgsrc-a753e3df91cdc99aabc59d87ac260acdd2edb79d.tar.gz
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
Diffstat (limited to 'graphics/mgl')
-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