summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-06-29 11:51:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-06-29 11:51:02 +0000
commit48a3506ecc0510699a64b808c3884e20d69b901a (patch)
tree9b792395e0e19bc3286e5922849b498218e140e5 /www
parentvery minor style change (diff)
Moved post-install message to pkg/MESSAGE.
Notes
Notes: svn path=/head/; revision=7129
Diffstat (limited to 'www')
-rw-r--r--www/webstone/Makefile19
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>