1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Enable build on amd64

PR:		ports/122275
Submitted by:	Frank Fenor <frank@fenor.de>
This commit is contained in:
Pav Lucistnik 2008-03-31 12:47:58 +00:00
parent 37569b0a85
commit ed7ab31d9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210239

View File

@ -26,6 +26,12 @@ PORTDOCS= FiSH-irssi.txt FiSH-irssi_History.txt
IRSSI_WRKSRC!= cd ${.CURDIR}/../irssi && ${MAKE} -V WRKSRC
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
ALL_TARGET= amd64
.endif
post-patch:
@${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -E -e 's| ||' {} \;
@${REINPLACE_CMD} -E \
@ -48,4 +54,4 @@ do-install:
${MKDIR} ${PREFIX}/lib/irssi/modules
${INSTALL_PROGRAM} ${WRKSRC}/libfish.so ${PREFIX}/lib/irssi/modules
.include <bsd.port.mk>
.include <bsd.port.post.mk>