diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-04-03 18:08:05 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-04-03 18:08:05 +0800 |
commit | 0e75175455029c70612f5a5b9ccb928fd4230279 (patch) | |
tree | 568f35486ef732dabc7b449b2c9b05099512c7ab /ports-mgmt/tinderbox | |
parent | ed47d6f0c2736cb74e366f6fbd6e8a43eac8291c (diff) | |
download | freebsd-ports-gnome-0e75175455029c70612f5a5b9ccb928fd4230279.tar.gz freebsd-ports-gnome-0e75175455029c70612f5a5b9ccb928fd4230279.tar.zst freebsd-ports-gnome-0e75175455029c70612f5a5b9ccb928fd4230279.zip |
- typos
PR: 144727
Submitted by: Christopher Petrik
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 0cadb6c980aa..23eb300b56b5 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -94,7 +94,7 @@ RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof pre-everything:: .if (!defined(WITHOUT_APACHE) || defined(WITH_LIGHTTPD) || defined(WITH_HIAWATHA)) && !defined(WITH_WEBUI) - @${ECHO_CMD} "It doesn't make sense to depend on Apache, LightHTTPD or Hiawatha if not using any web interface." + @${ECHO_CMD} "It doesn't make sense to depend on Apache, LightHTTPD or Hiawatha if not using the WebUI." @${FALSE} .endif diff --git a/ports-mgmt/tinderbox/files/pkg-message.in b/ports-mgmt/tinderbox/files/pkg-message.in index df8d22faf10a..0b9a1630d348 100644 --- a/ports-mgmt/tinderbox/files/pkg-message.in +++ b/ports-mgmt/tinderbox/files/pkg-message.in @@ -31,7 +31,7 @@ alias.url = ( "/tb/logs/" => "%%PREFIX%%/tinderbox/logs/", dir-listing.activate = "enable" -- In you Hiawatha configuration: +- In your Hiawatha configuration: Alias is a built in command, no need to load any special mod |