diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-04-03 10:08:05 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-04-03 10:08:05 +0000 |
commit | 541d76b7e94547e09dc0461eec4947779c717d40 (patch) | |
tree | aa2b008b25b469d5b5e5357073c9ef781d174ecb /ports-mgmt/tinderbox | |
parent | a4769646164affc8740d5f911f04579d6b98c4be (diff) | |
download | ports-541d76b7e94547e09dc0461eec4947779c717d40.tar.gz ports-541d76b7e94547e09dc0461eec4947779c717d40.zip |
Notes
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 |