summaryrefslogtreecommitdiffstats
path: root/www/webstone
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-06-29 11:51:02 +0000
committerobrien <obrien@FreeBSD.org>1997-06-29 11:51:02 +0000
commit9edd9a1c1a65185614808a9d289c8e0821132b14 (patch)
tree30686ace0ffee6280f2202d56520c287d13ad71f /www/webstone
parent6060493ee2f6fcb45d1054767f212af42b674c50 (diff)
downloadFreeBSD-ports-9edd9a1c1a65185614808a9d289c8e0821132b14.zip
FreeBSD-ports-9edd9a1c1a65185614808a9d289c8e0821132b14.tar.gz
Moved post-install message to pkg/MESSAGE.
Diffstat (limited to 'www/webstone')
-rw-r--r--www/webstone/Makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/www/webstone/Makefile b/www/webstone/Makefile
index bd425ea..8ecf8e8 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>
OpenPOWER on IntegriCloud