summaryrefslogtreecommitdiff
path: root/www/roxen
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /www/roxen
parentUpdate to version 0.9.48 (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21034
Diffstat (limited to 'www/roxen')
-rw-r--r--www/roxen/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/www/roxen/Makefile b/www/roxen/Makefile
index f68df679a1e8..9a8b21cf11cc 100644
--- a/www/roxen/Makefile
+++ b/www/roxen/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 February 1999
# Whom: Kai Voigt (k@123.org)
#
-# $Id: Makefile,v 1.1.1.1 1999/05/04 16:14:19 flathill Exp $
+# $Id: Makefile,v 1.2 1999/08/22 23:33:31 mharo Exp $
#
DISTNAME= Roxen_1.2final-int
@@ -23,16 +23,6 @@ pre-build:
post-install:
@${CP} ${FILESDIR}/roxen.sh ${PREFIX}/etc/rc.d/
- @echo "Installation of Roxen Challenger finished!"
- @echo ""
- @echo "Now perform the following steps to initialize"
- @echo "the webserver."
- @echo ""
- @echo "% cd ${PREFIX}/roxen/server/"
- @echo "% ./install"
- @echo ""
- @echo "Then follow the instructions. For further"
- @echo "documentation read http://roxen.com/documentation/"
- @echo ""
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>