aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2018-01-10 23:08:51 +0800
committerdanfe <danfe@FreeBSD.org>2018-01-10 23:08:51 +0800
commit2e817f4a6d7548842e9852cc958ba56c62c817ec (patch)
treebc62977cbfc9ea1ae5f98d45ba2f1b4739f06693 /mail
parent66c9d73006e24b07ce3a79e5676c93fa5cc21198 (diff)
downloadfreebsd-ports-gnome-2e817f4a6d7548842e9852cc958ba56c62c817ec.tar.gz
freebsd-ports-gnome-2e817f4a6d7548842e9852cc958ba56c62c817ec.tar.zst
freebsd-ports-gnome-2e817f4a6d7548842e9852cc958ba56c62c817ec.zip
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt14/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index 58a74ae7b666..fe850c1df1d7 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -168,7 +168,7 @@ post-install:
.if ${PORT_OPTIONS:MDOCS}
@${ECHO} "===> Installing Mutt documentation"
@${MKDIR} ${STAGEDIR}${DOCSDIR} && ${CHMOD} a+rx ${STAGEDIR}${DOCSDIR}
- @cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \
+ @cd ${WRKSRC}/doc && ${INSTALL_DATA} manual.txt PGP-Notes.txt \
${STAGEDIR}${DOCSDIR}
.endif