diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 23:07:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 23:07:37 +0000 |
commit | e51f9955b290071091014de1de428d5a33bfbd68 (patch) | |
tree | 45b95bddc8988673440ab63c8b38b9c876800965 /irc | |
parent | a609ac9f260897f7a0baba630120a715a15d4a54 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/darkbot/Makefile | 8 |
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> |