diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-01-07 05:54:09 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-01-07 05:54:09 +0000 |
commit | d254c193327d22cd9ec46e05842eb6c9046baf5b (patch) | |
tree | 635934f630467fd7eb5bd4f09e461e673499bbce /Mk/bsd.gnome.mk | |
parent | 41b1b3e6d9b9778b4a522f345e861c076e97f564 (diff) | |
download | ports-d254c193327d22cd9ec46e05842eb6c9046baf5b.tar.gz ports-d254c193327d22cd9ec46e05842eb6c9046baf5b.zip |
Improvement on the grammar and reword.
Submitted by: ceri (Thanks!)
Notes
Notes:
svn path=/head/; revision=152958
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 57394b60496b..6da9826a5425 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 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}\`). Make sure to put your attach in either website, copy-n-paste in http://freebsd-gnome.pastebin.com, or send-pr with attach. Try to avoid send any attach to the mailing list (${MAINTAINER}), because the list usually like to strip attach." +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}\`). Make sure to put your attachment in either website, copy-n-paste in http://freebsd-gnome.pastebin.com, or send-pr with attachment. Try to avoid send any attachment to the mailing list (${MAINTAINER}), attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software." .endif |