summaryrefslogtreecommitdiff
path: root/comms
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 /comms
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 'comms')
-rw-r--r--comms/gkermit/Makefile4
-rw-r--r--comms/modemd/Makefile4
-rw-r--r--comms/pilotmgr/Makefile6
-rw-r--r--comms/snooper/Makefile4
4 files changed, 9 insertions, 9 deletions
diff --git a/comms/gkermit/Makefile b/comms/gkermit/Makefile
index 8d7100f459f..bd483f184d1 100644
--- a/comms/gkermit/Makefile
+++ b/comms/gkermit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 13:56:13 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:38 hubertf Exp $
#
DISTNAME= gkermit
@@ -17,7 +17,7 @@ NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gkermit ${PREFIX}/bin/gkermit; \
${INSTALL_MAN} ${WRKSRC}/gkermit.nr ${PREFIX}/man/man1/gkermit.1; \
- ${MKDIR} ${PREFIX}/share/doc/gkermit
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gkermit
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gkermit
.include "../../mk/bsd.pkg.mk"
diff --git a/comms/modemd/Makefile b/comms/modemd/Makefile
index 7bf58c100b0..5c30f6e329c 100644
--- a/comms/modemd/Makefile
+++ b/comms/modemd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/16 13:56:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/25 04:17:38 hubertf Exp $
DISTNAME= modemd-970221
PKGNAME= modemd-19970221
@@ -11,6 +11,6 @@ COMMENT= Replacement getty for dialup ttys and a modem server
MANCOMPRESSED_IF_MANZ= yes
pre-install:
- ${MKDIR} ${PREFIX}/share/examples/modemd
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/modemd
.include "../../mk/bsd.pkg.mk"
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile
index 227d46b2a14..2fade23cfbf 100644
--- a/comms/pilotmgr/Makefile
+++ b/comms/pilotmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 13:56:20 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/02/25 04:17:38 hubertf Exp $
DISTNAME= pilotmgr-1.107p2
CATEGORIES= comms
@@ -31,7 +31,7 @@ post-extract:
@${CHMOD} +x ${WRKSRC}/Setup
do-install:
- ${MKDIR} ${PM_PERL_DIR} ${PM_DOC_DIR}
+ ${INSTALL_DATA_DIR} ${PM_PERL_DIR} ${PM_DOC_DIR}
for FILE in ${WRKSRC}/*.pm; do \
${INSTALL_DATA} $$FILE ${PM_PERL_DIR}; \
done
@@ -39,7 +39,7 @@ do-install:
${LN} -fs ${PM_PERL_DIR}/PilotMgr.pm ${PREFIX}/bin/PilotManager
cd ${WRKSRC}; \
for DIR in lib/*; do \
- ${MKDIR} ${PM_PERL_DIR}/$$DIR; \
+ ${INSTALL_DATA_DIR} ${PM_PERL_DIR}/$$DIR; \
for FILE in $$DIR/*; do \
${INSTALL_DATA} $$FILE ${PM_PERL_DIR}/$$DIR; \
done; \
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile
index da99c6e668d..89a178ed4d1 100644
--- a/comms/snooper/Makefile
+++ b/comms/snooper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/16 13:56:24 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/25 04:17:38 hubertf Exp $
# FreeBSD Id: Makefile,v 1.3 1998/08/13 09:20:41 itojun Exp $
DISTNAME= snooper-19991202
@@ -15,7 +15,7 @@ pre-build:
cd ${WRKSRC} ; ${MAKE} depend
post-install:
- ${MKDIR} ${PREFIX}/share/doc/snooper
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snooper
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper
.include "../../mk/bsd.pkg.mk"