summaryrefslogtreecommitdiff
path: root/editors/xcoral
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 /editors/xcoral
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 'editors/xcoral')
-rw-r--r--editors/xcoral/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile
index 5edeacdaaaf..9516c2fc0fb 100644
--- a/editors/xcoral/Makefile
+++ b/editors/xcoral/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 14:40:55 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/25 04:17:44 hubertf Exp $
# FreeBSD Id: Makefile,v 1.6 1999/01/26 02:16:00 steve Exp
#
@@ -22,11 +22,11 @@ LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/lib/xcoral
+ @${INSTALL_DATA_DIR} ${PREFIX}/lib/xcoral
.for FILE in ${LIBFILES}
${INSTALL_DATA} ${WRKSRC}/SmacLib/${FILE} ${PREFIX}/lib/xcoral
.endfor
- @${MKDIR} ${PREFIX}/share/doc/xcoral/HTML/icons
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcoral/HTML/icons
${CP} -r ${WRKSRC}/Doc/* ${PREFIX}/share/doc/xcoral
.include "../../mk/bsd.pkg.mk"