mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Now appears to build on amd64, assuming it might on other arches too.
This commit is contained in:
parent
62eee3ed86
commit
79ed2cd3e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186447
1 changed files with 1 additions and 7 deletions
|
@ -19,16 +19,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
||||||
MAN1= xaric.1
|
MAN1= xaric.1
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${ARCH} != "i386"
|
|
||||||
BROKEN= Does not compile on ${ARCH}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/xaric ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/xaric ${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/xaric.1 ${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/xaric.1 ${MANPREFIX}/man/man1
|
||||||
@${MKDIR} ${DATADIR}/help
|
@${MKDIR} ${DATADIR}/help
|
||||||
${INSTALL_DATA} ${WRKSRC}/help/* ${DATADIR}/help
|
${INSTALL_DATA} ${WRKSRC}/help/* ${DATADIR}/help
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue