summaryrefslogtreecommitdiff
path: root/misc/dnetc
diff options
context:
space:
mode:
authorDaniel Baker <dbaker@FreeBSD.org>2000-02-17 23:03:13 +0000
committerDaniel Baker <dbaker@FreeBSD.org>2000-02-17 23:03:13 +0000
commit3c9a43b6151408a0e0ffa08a97a97b5ac9866470 (patch)
treede690f76e04f2aaec38ee53bde2732b212ab7699 /misc/dnetc
parentChange MAINTAINER (diff)
Fix WRKSRC per Satoshi's suggestion.
Make the various possible "BROKEN" comments a little nicer.
Notes
Notes: svn path=/head/; revision=25947
Diffstat (limited to 'misc/dnetc')
-rw-r--r--misc/dnetc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile
index f93e95997940..4e29eba1b90f 100644
--- a/misc/dnetc/Makefile
+++ b/misc/dnetc/Makefile
@@ -18,13 +18,13 @@ DISTFILES= dnetc458b-freebsd-x86-elf.tar.gz
ONLY_FOR_ARCHS= i386
.if ${OSVERSION} < 220000
-BROKEN= "No version is built for your system."
+BROKEN= "dnetc is not available for your version of FreeBSD. Please upgrade."
.elif ${OSVERSION} < 300000
BROKEN= "No version is currently available for your system. Please try again later."
.endif
.if exists(/usr/local/distributed.net/rc5des)
-BROKEN= "RC5DES/DNETC conflict: Please deinstall all rc5des ports/packages"
+BROKEN= "rc5des/dnetc conflict: Please deinstall all rc5des ports/packages first."
.endif
MAINTAINER= dbaker@distributed.net
@@ -34,7 +34,6 @@ NO_BUILD= yes
BINDIR= ${PREFIX}/distributed.net
LIBDIR= ${PREFIX}/etc/rc.d/
-WRKSRC= ${WRKDIR}
CLIENTUID= nobody
CLIENTGID= daemon