diff options
author | obrien <obrien@FreeBSD.org> | 1997-06-29 19:51:02 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-06-29 19:51:02 +0800 |
commit | 9edd9a1c1a65185614808a9d289c8e0821132b14 (patch) | |
tree | 30686ace0ffee6280f2202d56520c287d13ad71f /www | |
parent | 6060493ee2f6fcb45d1054767f212af42b674c50 (diff) | |
download | freebsd-ports-graphics-9edd9a1c1a65185614808a9d289c8e0821132b14.tar.gz freebsd-ports-graphics-9edd9a1c1a65185614808a9d289c8e0821132b14.tar.zst freebsd-ports-graphics-9edd9a1c1a65185614808a9d289c8e0821132b14.zip |
Moved post-install message to pkg/MESSAGE.
Diffstat (limited to 'www')
-rw-r--r-- | www/webstone/Makefile | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/www/webstone/Makefile b/www/webstone/Makefile index bd425ea1b01..8ecf8e831cc 100644 --- a/www/webstone/Makefile +++ b/www/webstone/Makefile @@ -3,7 +3,7 @@ # Date created: 25 March 1997 # Whom: Soren Dossing <sauber@netcom.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/04 05:47:00 asami Exp $ # DISTNAME= WebStone-2.0 @@ -32,21 +32,6 @@ do-install: .endfor post-install: - @echo "" - @echo "Before running webstone make sure that the non-root user" - @echo "who runs webstone has rexec access to the webclients and" - @echo "the web server. This user must also have write access to" - @echo "/usr/local/webstone on webmaster and write access in the" - @echo "the web data directory on the web server. Be aware of" - @echo "security risks!" - @echo "" - @echo "To run configure webstones, run it, and see the results:" - @echo "" - @echo " cd /usr/local/webstone" - @echo " ${EDITOR} conf/testbed" - @echo " ./webstone -genfiles" - @echo " ./webstone" - @echo " ./webstone -results" - @echo "" + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |