aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dnetc
diff options
context:
space:
mode:
authordbaker <dbaker@FreeBSD.org>2000-06-23 11:03:19 +0800
committerdbaker <dbaker@FreeBSD.org>2000-06-23 11:03:19 +0800
commitf37ccf878a85d4aeb7ed5209c8cc51bf00a3a4ac (patch)
tree94e371ca205da85d4aa1b6ee5ca44f94a02f25ae /misc/dnetc
parent7072c0b28d76775f83d9379d023569c44c9a82e7 (diff)
downloadfreebsd-ports-gnome-f37ccf878a85d4aeb7ed5209c8cc51bf00a3a4ac.tar.gz
freebsd-ports-gnome-f37ccf878a85d4aeb7ed5209c8cc51bf00a3a4ac.tar.zst
freebsd-ports-gnome-f37ccf878a85d4aeb7ed5209c8cc51bf00a3a4ac.zip
Fix ARCH elif typo.
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