diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-17 02:30:49 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-17 02:30:49 +0800 |
commit | e2b1ed83f488521da32734b5426e07c55b8436f2 (patch) | |
tree | e59ec868f7079b43b537b9212644864bde311017 /Mk | |
parent | ce798d599162575fc990af318bd52870aa1a4ddb (diff) | |
download | marcuscom-ports-e2b1ed83f488521da32734b5426e07c55b8436f2.tar marcuscom-ports-e2b1ed83f488521da32734b5426e07c55b8436f2.tar.gz marcuscom-ports-e2b1ed83f488521da32734b5426e07c55b8436f2.tar.bz2 marcuscom-ports-e2b1ed83f488521da32734b5426e07c55b8436f2.tar.lz marcuscom-ports-e2b1ed83f488521da32734b5426e07c55b8436f2.tar.xz marcuscom-ports-e2b1ed83f488521da32734b5426e07c55b8436f2.tar.zst marcuscom-ports-e2b1ed83f488521da32734b5426e07c55b8436f2.zip |
Grammar fixes.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5390 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 9f26053ba..b450e6674 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.344 2006/01/07 18:13:00 marcus Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.345 2006/01/09 21:33:01 mezz 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 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 sending any attachments to the mailing list (${MAINTAINER}), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software." +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}\`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (${MAINTAINER}), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software." .endif |