Now using the more appropriate ONLY_FOR_ARCHS instead of an if.
This commit is contained in:
parent
3bf5e20699
commit
ae4e7b4ce3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55044
1 changed files with 1 additions and 3 deletions
|
@ -23,9 +23,7 @@ NO_BUILD= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= Only supported on FreeBSD/i386
|
||||
.endif
|
||||
ONLY_FOR_ARCHS= "i386"
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/jad ${PREFIX}/bin/
|
||||
|
|
Loading…
Reference in a new issue