aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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