mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
BROKEN on ia64: Does not compile
This commit is contained in:
parent
d1c37e4d36
commit
f20537279a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103167
@ -22,7 +22,13 @@ NOMANCOMPRESS= yes
|
||||
MAN1= bash.1 bash_builtins.1
|
||||
INFO= bash
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= "Does not compile on ia64"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user