summaryrefslogtreecommitdiff
path: root/net/mars_nwe/Makefile
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>1999-09-27 08:35:51 +0000
committerBoris Popov <bp@FreeBSD.org>1999-09-27 08:35:51 +0000
commit009a8bb4a440ba52d6a7ab3de825e5000fd14369 (patch)
tree04cbf0bf2fcbab59174dec79c5437b4046bcb12e /net/mars_nwe/Makefile
parentChange the maintainer's email address, bp has a @FreeBSD.org account now. (diff)
Buffer overflow fixes for version 0.99pl17. Original patches for pl15
was submitted by Przemyslaw Frasunek <venglin@FREEBSD.LUBLIN.PL> to securityfocus.com.
Notes
Notes: svn path=/head/; revision=22000
Diffstat (limited to 'net/mars_nwe/Makefile')
-rw-r--r--net/mars_nwe/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mars_nwe/Makefile b/net/mars_nwe/Makefile
index 1614f5700f0f..3398bc7d2820 100644
--- a/net/mars_nwe/Makefile
+++ b/net/mars_nwe/Makefile
@@ -23,6 +23,7 @@ do-build:
do-install:
@(cd ${WRKSRC} && ./mk.li install)
+ @${INSTALL_DATA} ${WRKSRC}/examples/nw.ini ${PREFIX}/etc/nwserv.conf.example
@${ECHO} "You'll need to create a startup file to load MARS_NWE Server when booting."
@${ECHO} "Create a nwserv.sh in ${PREFIX}/etc/rc.d directory and modify"
@${ECHO} "${PREFIX}/etc/nwserv.conf manually before you loading server."