summaryrefslogtreecommitdiff
path: root/net/tcpillust
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 /net/tcpillust
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 'net/tcpillust')
-rw-r--r--net/tcpillust/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile
index cdb71c5b8fe..46e044170e8 100644
--- a/net/tcpillust/Makefile
+++ b/net/tcpillust/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 18:19:44 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/25 04:18:08 hubertf Exp $
# $FreeBSD: ports/net/tcpillust/Makefile,v 1.1.1.1 2000/07/29 06:26:00 sada Exp $
#
@@ -24,11 +24,11 @@ DOCS= README
SAMPLES= tcpclient.log tcpserver.log
post-install:
- ${MKDIR} ${PREFIX}/share/doc/tcpillust
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcpillust
for i in ${DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/tcpillust; \
done
- ${MKDIR} ${PREFIX}/share/doc/tcpillust/sample
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcpillust/sample
for i in ${SAMPLES}; do \
${INSTALL_DATA} ${WRKSRC}/sample/$$i ${PREFIX}/share/doc/tcpillust/sample; \
done