From 574c97957b10655314eeb4b914f7b6027bc1edd0 Mon Sep 17 00:00:00 2001 From: znerd Date: Tue, 25 Jun 2002 15:12:50 +0000 Subject: Improved the post-installation message. Requested by: phantom --- www/tomcat41/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/tomcat41') 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 -- cgit