summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-30 12:00:49 +0000
committerwiz <wiz>2002-10-30 12:00:49 +0000
commit6df954a8f2410eb9c8adae4732b113519ddb85fe (patch)
tree302db451d3bb2c36d39426fbec831c4cca9e4b1d /mail
parentd9614395c25b8d4e8a2bffe7a225f9896c1a907c (diff)
downloadpkgsrc-6df954a8f2410eb9c8adae4732b113519ddb85fe.tar.gz
Use INSTALL_DATA_DIR instead of MKDIR.
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index ce5c841c463..7bcbb32717e 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2002/10/30 02:12:44 elric Exp $
+# $NetBSD: Makefile,v 1.48 2002/10/30 12:00:49 wiz Exp $
DISTNAME= imap-2001a
PKGNAME= imap-uw-2001.1
@@ -118,7 +118,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/src/ipopd/ipopd.8 ${PREFIX}/man/man8
${LN} -sf ipopd.8 ${PREFIX}/man/man8/ipop2d.8
${LN} -sf ipopd.8 ${PREFIX}/man/man8/ipop3d.8
- ${MKDIR} -p ${DOC_DIR}
+ ${INSTALL_DATA_DIR} ${DOC_DIR}
${CP} -R ${WRKSRC}/docs/ ${DOC_DIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOC_DIR}
${CHMOD} -R a=rX ${DOC_DIR}