svn commit: r310066 - head/mail/mutt
Jason Helfman
jgh at FreeBSD.org
Tue Jan 8 05:06:27 UTC 2013
Author: jgh
Date: Tue Jan 8 05:06:26 2013
New Revision: 310066
URL: http://svnweb.freebsd.org/changeset/ports/310066
Log:
- conditionally print pkg-message
PR: 175089
Submitted by: wicked at baot.se
Approved by: maintainer, udo.schweigert at siemens.com
Patched by: jgh@
Modified:
head/mail/mutt/Makefile
Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile Tue Jan 8 05:01:58 2013 (r310065)
+++ head/mail/mutt/Makefile Tue Jan 8 05:06:26 2013 (r310066)
@@ -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
More information about the svn-ports-all
mailing list