diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-25 10:30:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-25 10:30:32 +0000 |
commit | e4b364e5eea05a46db70f9d1574eb213376228a2 (patch) | |
tree | c4c58ff39c77b84828b295810e4463f9f33b4a3a /mail/mutt-devel | |
parent | Update master sites (diff) |
The mode of the doc directory wasn't what was intended.
Notes
Notes:
svn path=/head/; revision=43042
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 1f8a7855f45a..22620b429a8b 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -109,7 +109,8 @@ post-install: @cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \ ${PREFIX}/share/doc/mutt .if defined(WITH_DOCS) - env MANMODE=0755 ${INSTALL_MAN} -d ${PREFIX}/share/doc/mutt/html + ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m 0755 \ + -d ${PREFIX}/share/doc/mutt/html ${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mutt/html ${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${PREFIX}/share/doc/mutt .endif |