mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
BROKEN on !i386 and !sparc64: Does not compile
This commit is contained in:
parent
475aa0b1d2
commit
b9ff0bade6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101824
@ -24,6 +24,12 @@ CONFIGURE_ARGS= --disable-float
|
||||
|
||||
MAN1= pfe.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
|
||||
BROKEN= "Does not compile on !i386 and !sparc64"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/../doc/pfe.1 ${PREFIX}/man/man1
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ -31,4 +37,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${PREFIX}/share/doc/pfe
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user