aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 835a2640539f..3a5b496e3ce9 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -4,7 +4,7 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.65 1999/08/05 17:29:38 obrien Exp $
+# $Id: Makefile,v 1.66 1999/08/22 09:00:23 obrien Exp $
DISTNAME= mutt-0.95.7i
PKGNAME= mutt-0.95.7
@@ -65,7 +65,7 @@ post-patch:
.if !defined(NOPORTDOCS)
post-build:
- touch ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.txt
+ ${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.txt
${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-doc-ref
printf ",s|\$${PREFIX}|%s|g\nw\nq\n" ${PREFIX} | \
ed -s ${WRKSRC}/doc/mutt.man
@@ -81,7 +81,7 @@ post-install:
@strip ${PREFIX}/bin/mutt
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing Mutt documentation"
- @${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
+ @${MKDIR} ${PREFIX}/share/doc/mutt && ${CHMOD} a+rx ${PREFIX}/share/doc/mutt
@cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \
${PREFIX}/share/doc/mutt
.if defined(BATCH)