diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /misc/dnetc | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Notes
Diffstat (limited to 'misc/dnetc')
-rw-r--r-- | misc/dnetc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index a2eaf20658a4..647c7e2beb7b 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -8,13 +8,13 @@ PORTNAME= dnetc PORTVERSION= 2.8010.463 CATEGORIES= misc -MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8010/ \ +MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8010/ \ http://http.distributed.net/pub/dcti/v2.8010/ .include <bsd.port.pre.mk> .if ${ARCH} == "i386" -DISTFILES= dnetc463-freebsd-x86-elf.tar.gz +DISTFILES= dnetc463-freebsd-x86-elf.tar.gz .elif ${ARCH} == "alpha" -BROKEN= "Not immediately available. Please try again tomorrow." +BROKEN= "Not immediately available. Please try again tomorrow." .endif ONLY_FOR_ARCHS= i386 @@ -29,7 +29,7 @@ BROKEN= "No version is currently available for your system. Please try again l BROKEN= "rc5des/dnetc conflict: Please deinstall all rc5des ports/packages first." .endif -MAINTAINER= dbaker@distributed.net +MAINTAINER= dbaker@distributed.net NO_WRKSUBDIR= yes NO_BUILD= yes |