svn commit: r342670 - in head/mail/mutt: . files

Thierry Thomas thierry at FreeBSD.org
Wed Feb 5 09:05:10 UTC 2014


Author: thierry
Date: Wed Feb  5 09:05:09 2014
New Revision: 342670
URL: http://svnweb.freebsd.org/changeset/ports/342670
QAT: https://qat.redports.org/buildarchive/r342670/

Log:
  Fix when SLANG is selected.
  
  Reported by:	Albert Shih

Added:
  head/mail/mutt/files/pkg-message.slang   (contents, props changed)
Modified:
  head/mail/mutt/Makefile

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Wed Feb  5 09:03:01 2014	(r342669)
+++ head/mail/mutt/Makefile	Wed Feb  5 09:05:09 2014	(r342670)
@@ -437,13 +437,7 @@ BUILD_DEPENDS+=	xsltproc:${PORTSDIR}/tex
 .endif
 
 .if ${PORT_OPTIONS:MSLANG}
-PKGMESSAGE=	${WRKDIR}/pkg-message
-	@${ECHO} "=====================================================" > ${PKGMESSAGE}
-	@${ECHO} "You have installed ${PORTNAME} with SLANG support." >> ${PKGMESSAGE}
-	@${ECHO} "This may work for a color terminal only when defining" >> ${PKGMESSAGE}
-	@${ECHO} "COLORTERM=yes and COLORFGBG=\"color1;color2\" in your" >> ${PKGMESSAGE}
-	@${ECHO} "environment." >> ${PKGMESSAGE}
-	@${ECHO} "=====================================================" >> ${PKGMESSAGE}
+PKGMESSAGE=	${FILESDIR}/pkg-message.slang
 .endif
 
 .include <bsd.port.mk>

Added: head/mail/mutt/files/pkg-message.slang
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/mutt/files/pkg-message.slang	Wed Feb  5 09:05:09 2014	(r342670)
@@ -0,0 +1,6 @@
+=====================================================
+You have installed mutt with SLANG support.
+This may work for a color terminal only when defining
+COLORTERM=yes and COLORFGBG=\"color1;color2\" in your
+environment.
+=====================================================


More information about the svn-ports-head mailing list