diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:01:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:01:36 +0000 |
commit | e4a818b24c9b7131ce373ffb4987ef9dd54292ec (patch) | |
tree | c1023965db619a91c3a88e2ffe61d942745c70fb /irc | |
parent | a60c32b0cdcba6b32477ad6357c4b7db6749c49f (diff) |
BROKEN on 5.x: Does not install
Notes
Notes:
svn path=/head/; revision=100188
Diffstat (limited to 'irc')
-rw-r--r-- | irc/hybserv/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile index 760244c9e27c..2b32aaac1ed7 100644 --- a/irc/hybserv/Makefile +++ b/irc/hybserv/Makefile @@ -23,6 +23,12 @@ 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) @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @@ -35,4 +41,4 @@ post-install: ${CHOWN} -R hybserv:hybserv ${PREFIX}/hybserv ${CHMOD} 700 ${PREFIX}/hybserv -.include <bsd.port.mk> +.include <bsd.port.post.mk> |