diff options
author | kris <kris@FreeBSD.org> | 2004-03-13 05:34:10 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-13 05:34:10 +0000 |
commit | e585b5ba1a88b664956550914136e25bbdf68794 (patch) | |
tree | b0b448928897ef0b4dca66f69c6da14313d12831 /irc/hybserv | |
parent | c9dcf29cd89650f4f9fcc38f9fc29e41d062c307 (diff) | |
download | FreeBSD-ports-e585b5ba1a88b664956550914136e25bbdf68794.zip FreeBSD-ports-e585b5ba1a88b664956550914136e25bbdf68794.tar.gz |
This is broken globally.
Diffstat (limited to 'irc/hybserv')
-rw-r--r-- | irc/hybserv/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile index 2b32aaa..5967fad 100644 --- a/irc/hybserv/Makefile +++ b/irc/hybserv/Makefile @@ -23,11 +23,7 @@ WRKSRC= ${WRKDIR}/hybserv IS_INTERACTIVE= yes .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 BROKEN= "Does not install" -.endif pre-install: .if !defined(PACKAGE_BUILDING) && !defined(BATCH) @@ -41,4 +37,4 @@ post-install: ${CHOWN} -R hybserv:hybserv ${PREFIX}/hybserv ${CHMOD} 700 ${PREFIX}/hybserv -.include <bsd.port.post.mk> +.include <bsd.port.mk> |