aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-03-03 18:34:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-03-03 18:34:05 +0000
commit79ed2cd3e981f2f2732b1ad94e846044014de89c (patch)
tree909554aef60b3b4566711f3559366543155b02b2
parent62eee3ed86bd40384978522648a743e03c22da9c (diff)
downloadports-79ed2cd3e981f2f2732b1ad94e846044014de89c.tar.gz
ports-79ed2cd3e981f2f2732b1ad94e846044014de89c.zip
Now appears to build on amd64, assuming it might on other arches too.
Notes
Notes: svn path=/head/; revision=186447
-rw-r--r--irc/xaric/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile
index ab9b2b00864c..bda9baed3809 100644
--- a/irc/xaric/Makefile
+++ b/irc/xaric/Makefile
@@ -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>