summaryrefslogtreecommitdiff
path: root/misc/dnetc
diff options
context:
space:
mode:
authorDaniel Baker <dbaker@FreeBSD.org>2000-06-23 03:03:19 +0000
committerDaniel Baker <dbaker@FreeBSD.org>2000-06-23 03:03:19 +0000
commitc814e56c498375dae37644785175ccfb182ba045 (patch)
tree814f3a5af966876aa1657e9adbb54169eaacc61e /misc/dnetc
parentTiny modification to silence portlint. (diff)
Fix ARCH elif typo.
Notes
Notes: svn path=/head/; revision=29794
Diffstat (limited to 'misc/dnetc')
-rw-r--r--misc/dnetc/Makefile2
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