diff options
author | Daniel Baker <dbaker@FreeBSD.org> | 2000-06-23 03:03:19 +0000 |
---|---|---|
committer | Daniel Baker <dbaker@FreeBSD.org> | 2000-06-23 03:03:19 +0000 |
commit | c814e56c498375dae37644785175ccfb182ba045 (patch) | |
tree | 814f3a5af966876aa1657e9adbb54169eaacc61e /misc | |
parent | Tiny modification to silence portlint. (diff) |
Fix ARCH elif typo.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dnetc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index 413e9554376e..25c85f9bd0a1 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/v2.8009/ \ .include <bsd.port.pre.mk> .if ${ARCH} == "i386" DISTFILES= dnetc460-freebsd-x86-elf.tar.gz -.elif ${ARCH} == "i386" +.elif ${ARCH} == "alpha" BROKEN= "No longer available. Please contact dbaker@distributed.net if you would like to build the native Alpha port" .endif |