1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- conditionally print pkg-message

PR:		175089
Submitted by:	wicked@baot.se
Approved by:	maintainer, udo.schweigert@siemens.com
Patched by:	jgh@
This commit is contained in:
Jason Helfman 2013-01-08 05:06:26 +00:00
parent fb71a95bb1
commit 6220fac37b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310066

View File

@ -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