diff options
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index a362b510220..6a62733381e 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2001/02/17 18:24:46 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2001/02/24 02:25:22 hubertf Exp $ # DISTNAME= fetchmail-5.6.0 @@ -60,7 +60,7 @@ post-build: tbl ${WRKSRC}/fetchmail.tbl >${WRKSRC}/fetchmail.man post-install: - ${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} + ${INSTALL_DATA_DIR} ${FDOC} cd ${WRKSRC} && ${INSTALL_DATA} \ sample.rcfile FAQ NOTES FEATURES README COPYING \ fetchmail-FAQ.html fetchmail-features.html \ |