diff options
author | wiz <wiz> | 2002-10-30 12:00:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-30 12:00:49 +0000 |
commit | 80e32692456dad6167dbc20e2e8ceac39de6c80f (patch) | |
tree | 302db451d3bb2c36d39426fbec831c4cca9e4b1d /mail/imap-uw | |
parent | 62a309b1fb86c2a82cef7b661df6410c3942b95c (diff) | |
download | pkgsrc-80e32692456dad6167dbc20e2e8ceac39de6c80f.tar.gz |
Use INSTALL_DATA_DIR instead of MKDIR.
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 4 |
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} |