summaryrefslogtreecommitdiff
path: root/editors
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 /editors
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 'editors')
-rw-r--r--editors/biew/Makefile4
-rw-r--r--editors/nedit/Makefile4
-rw-r--r--editors/ng/Makefile4
-rw-r--r--editors/xcoral/Makefile6
-rw-r--r--editors/xemacs-packages/Makefile4
-rw-r--r--editors/xemacs/Makefile4
6 files changed, 13 insertions, 13 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index 968784f5817..e4b6850ebce 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 14:40:49 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/25 04:17:44 hubertf Exp $
#
DISTNAME= biew-520
@@ -18,7 +18,7 @@ USE_GMAKE= YES
MAKEFILE= makefile
do-install:
- ${MKDIR} ${PREFIX}/share/biew/ ${PREFIX}/share/doc/biew/
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/biew/ ${PREFIX}/share/doc/biew/
${INSTALL_PROGRAM} ${WRKSRC}/biew ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/bin_rc/biew.hlp ${PREFIX}/share/biew/
${INSTALL_DATA} ${WRKSRC}/bin_rc/standard.skn ${PREFIX}/share/biew/
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index de976381846..69f7bd771ba 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 14:40:52 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/02/25 04:17:44 hubertf Exp $
DISTNAME= nedit-5.1.1-src
PKGNAME= nedit-5.1.1
@@ -22,7 +22,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/source/${PROGRAM} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PROGRAM}.man ${PREFIX}/man/man1/${PROGRAM}.1
.endfor
- ${MKDIR} ${PREFIX}/share/doc/nedit
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nedit
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nedit
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/ng/Makefile b/editors/ng/Makefile
index ff57aeeab9e..aa1c60b4ff1 100644
--- a/editors/ng/Makefile
+++ b/editors/ng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 14:40:52 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:44 hubertf Exp $
DISTNAME= ng-1.4
CATEGORIES= editors japanese
@@ -33,7 +33,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin/
post-install:
- ${MKDIR} ${PREFIX}/share/doc/ng
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ng
${INSTALL_DATA} ${WRKSRC}/docs/Ng.FAQ ${PREFIX}/share/doc/ng/Ng.FAQ.euc-jp
${INSTALL_DATA} ${WRKSRC}/docs/Ng.doc ${PREFIX}/share/doc/ng/Ng.doc.euc-jp
${INSTALL_DATA} ${WRKSRC}/docs/Ng.ref ${PREFIX}/share/doc/ng/Ng.ref.euc-jp
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"
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index 26a5d8243bc..43084ec70dc 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/02/20 13:37:18 tron Exp $
+# $NetBSD: Makefile,v 1.15 2001/02/25 04:17:44 hubertf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1999/06/22 22:16:53 gj Exp
DISTNAME= xemacs-packages
@@ -43,7 +43,7 @@ PLIST_SUBST+= ELSUFX=
.endif
do-install:
- @${MKDIR} ${PREFIX}/lib/xemacs/xemacs-packages
+ @${INSTALL_DATA_DIR} ${PREFIX}/lib/xemacs/xemacs-packages
.for DISTFILE in ${DISTFILES}
@${ECHO_MSG} -n "Extracting ${DISTFILE} ... "
@${GTAR} xCzf ${PREFIX}/lib/xemacs/xemacs-packages \
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index ccdb8e3d66e..c2d1fd1ac0b 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2001/02/20 13:04:30 tron Exp $
+# $NetBSD: Makefile,v 1.31 2001/02/25 04:17:45 hubertf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
DISTNAME= xemacs-21.1.14
@@ -89,7 +89,7 @@ pre-configure:
post-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/${DISTNAME}
- @${MKDIR} ${PREFIX}/lib/xemacs
+ @${INSTALL_DATA_DIR} ${PREFIX}/lib/xemacs
@if [ "X${MANZ}" != X"" ]; then \
${WRKSRC}/lib-src/gzip-el.sh ${PREFIX}/lib/${DISTNAME}; \
fi