mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Fix ARCH elif typo.
This commit is contained in:
parent
c3a07c1897
commit
c814e56c49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29794
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue