1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Fix ARCH elif typo.

This commit is contained in:
Daniel Baker 2000-06-23 03:03:19 +00:00
parent c3a07c1897
commit c814e56c49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29794

View File

@ -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