diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-29 11:51:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-29 11:51:02 +0000 |
commit | 48a3506ecc0510699a64b808c3884e20d69b901a (patch) | |
tree | 9b792395e0e19bc3286e5922849b498218e140e5 /www/webstone/Makefile | |
parent | 5bc7d50398c31a18cd32a05de082cf8b536ad844 (diff) | |
download | ports-48a3506ecc0510699a64b808c3884e20d69b901a.tar.gz ports-48a3506ecc0510699a64b808c3884e20d69b901a.zip |
Notes
Diffstat (limited to 'www/webstone/Makefile')
-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 bd425ea1b016..8ecf8e831ccf 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> |