diff options
author | kris <kris@FreeBSD.org> | 2003-07-31 07:07:37 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-31 07:07:37 +0800 |
commit | 57bb83f25b98b432ee9aa07a9cc1c7ee1b0c0162 (patch) | |
tree | e4dd49c22f2832258a14e878f1cd6b413f070182 /irc | |
parent | b47cc94805f6d0107623530d85776f39d157fc40 (diff) | |
download | freebsd-ports-gnome-57bb83f25b98b432ee9aa07a9cc1c7ee1b0c0162.tar.gz freebsd-ports-gnome-57bb83f25b98b432ee9aa07a9cc1c7ee1b0c0162.tar.zst freebsd-ports-gnome-57bb83f25b98b432ee9aa07a9cc1c7ee1b0c0162.zip |
BROKEN on 5.x: does not compile
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> |