From 3c9a43b6151408a0e0ffa08a97a97b5ac9866470 Mon Sep 17 00:00:00 2001 From: Daniel Baker Date: Thu, 17 Feb 2000 23:03:13 +0000 Subject: Fix WRKSRC per Satoshi's suggestion. Make the various possible "BROKEN" comments a little nicer. --- misc/dnetc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'misc/dnetc') 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 -- cgit v1.2.3