diff options
author | Daniel Baker <dbaker@FreeBSD.org> | 2000-02-17 23:03:13 +0000 |
---|---|---|
committer | Daniel Baker <dbaker@FreeBSD.org> | 2000-02-17 23:03:13 +0000 |
commit | 3c9a43b6151408a0e0ffa08a97a97b5ac9866470 (patch) | |
tree | de690f76e04f2aaec38ee53bde2732b212ab7699 /misc/dnetc | |
parent | 595bd1f84ddbf69050634367d3cfc2c6c9ea9d45 (diff) | |
download | ports-3c9a43b6151408a0e0ffa08a97a97b5ac9866470.tar.gz ports-3c9a43b6151408a0e0ffa08a97a97b5ac9866470.zip |
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/Makefile | 5 |
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 |