aboutsummaryrefslogtreecommitdiff
path: root/net/mars_nwe/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>1999-03-08 17:27:46 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>1999-03-08 17:27:46 +0000
commitbd7de455a23556a00a284c5039be7b26f22cefa6 (patch)
tree2db4db009c507d11a8de866a2d054a7201f0e15e /net/mars_nwe/Makefile
parent5a2d8fc7d4b6ca17473d338f67a36bb58bda851b (diff)
downloadports-bd7de455a23556a00a284c5039be7b26f22cefa6.tar.gz
ports-bd7de455a23556a00a284c5039be7b26f22cefa6.zip
Update mars_nwe to 0.99.pl15.
Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=17064
Diffstat (limited to 'net/mars_nwe/Makefile')
-rw-r--r--net/mars_nwe/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/net/mars_nwe/Makefile b/net/mars_nwe/Makefile
index f7dc22b8f96e..70c11e425662 100644
--- a/net/mars_nwe/Makefile
+++ b/net/mars_nwe/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: mars_nwe
-# Version required: 0.99.pl14
+# Version required: 0.99.pl15
# Date created: 29 Dec 1998
# Whom: Boris Popov <bp@butya.kz>
#
-# $Id: Makefile,v 1.1.1.2 1999/01/27 01:27:42 foxfair Exp $
+# $Id: Makefile,v 1.3 1999/01/27 01:33:13 foxfair Exp $
#
-DISTNAME= mars_nwe-0.99.pl14
-PKGNAME= mars_nwe-0.99b14
+DISTNAME= mars_nwe-0.99.pl15
+PKGNAME= mars_nwe-0.99b15
CATEGORIES= net
MASTER_SITES= http://www.compu-art.de/download/ \
ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/mars_nwe/ \
@@ -25,12 +25,13 @@ do-build:
do-install:
@(cd ${WRKSRC} && ./mk.li install)
- @${ECHO} "You need to create a startup file to load MARS_NWE Server when booting."
+ @${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."
- @${ECHO} "Your kernel _must_ support IPXRoute!"
+ @${ECHO} "Kernel should be compiled with IPX support and IPXrouted should be"
+ @${ECHO} "started before server."
@${ECHO} ""
- @${ECHO} "After building look details into ${WORKDIR}/mars_nwe/doc directory."
- @${ECHO} "((Especially this file : README.FREEBSD))"
+ @${ECHO} "Please read details in ${WORKDIR}/mars_nwe/doc directory."
+ @${ECHO} "Especially README.FREEBSD file."
.include <bsd.port.mk>