diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | c703665fd61c774a392a6785e6b1c49569072bf1 (patch) | |
tree | fadaf059519c61c85fed9e8be59d5c262720f5d3 /www/roxen/Makefile | |
parent | b6234e33d2dcb7767ac29adb112187db9036c665 (diff) | |
download | FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.zip FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'www/roxen/Makefile')
-rw-r--r-- | www/roxen/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/www/roxen/Makefile b/www/roxen/Makefile index f68df67..9a8b21c 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> |