aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-12-25 05:08:42 +0800
committeradamw <adamw@FreeBSD.org>2005-12-25 05:08:42 +0800
commit4b1e8b139c0b1b17ba3ae1b2ce4a837f5dc0c61a (patch)
treecdc7e1ad9993132071a3b2c2b1036eabfa637bac /Mk
parent5b9526290b26036a7f86f1c1b3f6249d7e0546ce (diff)
downloadfreebsd-ports-gnome-4b1e8b139c0b1b17ba3ae1b2ce4a837f5dc0c61a.tar.gz
freebsd-ports-gnome-4b1e8b139c0b1b17ba3ae1b2ce4a837f5dc0c61a.tar.zst
freebsd-ports-gnome-4b1e8b139c0b1b17ba3ae1b2ce4a837f5dc0c61a.zip
Make the configure fail message a little less verbose.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 5dd7ccdc153c..f6bf4b525368 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -702,7 +702,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