diff options
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index f49c946e7563..ad1b4aa9d7a0 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,7 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: mutt development -# Date created: 6 Jun 2001 -# Whom: Udo Schweigert +# Created by: Udo Schweigert # # $FreeBSD$ # @@ -593,7 +590,6 @@ pre-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/generate-plist > ${PLIST} post-install: - @${ECHO} > ${PKGMESSAGE} ${INSTALL_DATA} ${WRKSRC}/doc/Muttrc ${PREFIX}/etc/Muttrc.dist .if !defined(NOPORTDOCS) @${ECHO} "===> Installing Mutt documentation" @@ -616,7 +612,7 @@ post-install: @${ECHO} "environment." >> ${PKGMESSAGE} @${ECHO} "=====================================================" >> ${PKGMESSAGE} .endif -.if !defined(BATCH) +.if !defined(BATCH) && defined(MUTT_USES_SLANG) @${CAT} ${PKGMESSAGE} @${ECHO} .endif |