aboutsummaryrefslogtreecommitdiff
path: root/irc/ircservices
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 22:33:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 22:33:34 +0000
commit7e83ee613398eb191f7cafa78f4dfc57b7120d39 (patch)
treeb17ab0e2da7eac6381d8f23bde2bdf2e171f08d7 /irc/ircservices
parent497b02f137d1d624baa82f6e62be4d02eade554b (diff)
downloadports-7e83ee613398eb191f7cafa78f4dfc57b7120d39.tar.gz
ports-7e83ee613398eb191f7cafa78f4dfc57b7120d39.zip
Notes
Diffstat (limited to 'irc/ircservices')
-rw-r--r--irc/ircservices/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/ircservices/Makefile b/irc/ircservices/Makefile
index da214d8f6829..2a173b2567af 100644
--- a/irc/ircservices/Makefile
+++ b/irc/ircservices/Makefile
@@ -28,6 +28,12 @@ DIST_SUBDIR= ${PORTNAME}
CONFIGURE_ARGS= -prefix ${PREFIX} -cflags "${CFLAGS}" -cc "${CC}"
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not build on !i386"
+.endif
+
post-install:
@${ECHO_CMD} "Installing ${PREFIX}/etc/rc.d/ircservices.sh.sample startup file."
@${INSTALL_SCRIPT} ${FILESDIR}/ircservices.sh \
@@ -38,4 +44,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/Changes ${WRKSRC}/KnownBugs ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>