summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-30 23:07:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-30 23:07:37 +0000
commite51f9955b290071091014de1de428d5a33bfbd68 (patch)
tree45b95bddc8988673440ab63c8b38b9c876800965 /irc
parentRESTRICTED implies NO_PACKAGE and NO_CDROM (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=85975
Diffstat (limited to 'irc')
-rw-r--r--irc/darkbot/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/darkbot/Makefile b/irc/darkbot/Makefile
index 084e376304a2..21bf8d6e4502 100644
--- a/irc/darkbot/Makefile
+++ b/irc/darkbot/Makefile
@@ -24,7 +24,13 @@ MANCOMPRESSED= yes
GNU_CONFIGURE= yes
IS_INTERACTIVE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-install:
${CAT} ${MASTERDIR}/pkg-plist | ${SED} -e "s,/usr/local,${LOCALBASE},g" > ${PLIST}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>