summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-12-25 12:08:59 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-12-25 12:08:59 +0800
commit5ab1a92ced2e2af97a7d0caecead1960732dabd8 (patch)
tree33877d70f5dcacb43f8f37fb2fbb524e307b3c4f /Mk
parentb1239aa0e90c0b771189fcfa6b3b2f9d3c6c2d1e (diff)
downloadmarcuscom-ports-5ab1a92ced2e2af97a7d0caecead1960732dabd8.tar
marcuscom-ports-5ab1a92ced2e2af97a7d0caecead1960732dabd8.tar.gz
marcuscom-ports-5ab1a92ced2e2af97a7d0caecead1960732dabd8.tar.bz2
marcuscom-ports-5ab1a92ced2e2af97a7d0caecead1960732dabd8.tar.lz
marcuscom-ports-5ab1a92ced2e2af97a7d0caecead1960732dabd8.tar.xz
marcuscom-ports-5ab1a92ced2e2af97a7d0caecead1960732dabd8.tar.zst
marcuscom-ports-5ab1a92ced2e2af97a7d0caecead1960732dabd8.zip
Make the configure fail message a little less verbose.
Obtained from: FreeBSD ports tree git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5317 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 85bf984c6..f4b9a704d 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -3,7 +3,7 @@
#
# $FreeBSD$
# $NetBSD: $
-# $MCom: ports/Mk/bsd.gnome.mk,v 1.341 2005/11/16 16:53:33 jylefort Exp $
+# $MCom: ports/Mk/bsd.gnome.mk,v 1.342 2005/12/14 22:22:54 marcus Exp $
#
# Please view me with 4 column tabs!
@@ -710,7 +710,7 @@ PLIST_SUB+= GNOMEDESKTOP:="@comment " NOGNOMEDESKTOP:=""
.endif
.if ${MAINTAINER}=="gnome@FreeBSD.org"
-CONFIGURE_FAIL_MESSAGE= "Please run the gnomelogalyzer, available from \"http://www.freebsd.org/gnome/gnomelogalyzer.sh\", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at ${MAINTAINER}, and attach (a) \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\", (b) the output of the failure of the make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an \`ls ${PKG_DBDIR}\`)."
+CONFIGURE_FAIL_MESSAGE= "Please run the gnomelogalyzer, available from \"http://www.freebsd.org/gnome/gnomelogalyzer.sh\", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD GNOME team at ${MAINTAINER}, and attach (a) \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an \`ls ${PKG_DBDIR}\`)."
.endif