diff options
Diffstat (limited to 'www/tomcat41/Makefile')
-rw-r--r-- | www/tomcat41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tomcat41/Makefile b/www/tomcat41/Makefile index a61b4ed36af7..62a45f95c6c3 100644 --- a/www/tomcat41/Makefile +++ b/www/tomcat41/Makefile @@ -165,7 +165,7 @@ do-install: post-install: @${ECHO_CMD} "${APP_TITLE} ${PORTVERSION} has been installed in ${APP_HOME}." - @${ECHO_CMD} "If a user should be able to use ${CONTROL_SCRIPT_NAME}, put it in the group ${GROUP}." + @${ECHO_CMD} "If a user should be able to use ${CONTROL_SCRIPT_NAME}, then put this user in the group ${GROUP}." .if !defined(NOPORTDOCS) @${ECHO_CMD} "Use 'man ${CONTROL_SCRIPT_NAME}' for information about starting and stopping ${APP_TITLE}." .endif |