1
0
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:
Kris Kennaway 2004-02-23 05:19:11 +00:00
parent 475aa0b1d2
commit b9ff0bade6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101824

View File

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