diff options
author | znerd <znerd@FreeBSD.org> | 2002-06-25 15:12:50 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-06-25 15:12:50 +0000 |
commit | 574c97957b10655314eeb4b914f7b6027bc1edd0 (patch) | |
tree | 9d759583f32a9092f428942205712aa5ed8b4042 /www/orion | |
parent | 9a8a94e588a21c6ef0a2f001826eaa5e5a405869 (diff) | |
download | FreeBSD-ports-574c97957b10655314eeb4b914f7b6027bc1edd0.zip FreeBSD-ports-574c97957b10655314eeb4b914f7b6027bc1edd0.tar.gz |
Improved the post-installation message.
Requested by: phantom
Diffstat (limited to 'www/orion')
-rw-r--r-- | www/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile index 1a7aa7c..c0de023 100644 --- a/www/orion/Makefile +++ b/www/orion/Makefile @@ -170,7 +170,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 |