Now appears to build on amd64, assuming it might on other arches too.

This commit is contained in:
Kris Kennaway 2007-03-03 18:34:05 +00:00
parent 62eee3ed86
commit 79ed2cd3e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186447

View file

@ -19,16 +19,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= xaric.1
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Does not compile on ${ARCH}
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xaric ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xaric.1 ${MANPREFIX}/man/man1
@${MKDIR} ${DATADIR}/help
${INSTALL_DATA} ${WRKSRC}/help/* ${DATADIR}/help
.include <bsd.port.post.mk>
.include <bsd.port.mk>