summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-04-20 07:50:56 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-04-20 07:50:56 +0000
commit4947af0123e17cf8a781ae244aaa06138b24c74b (patch)
tree5edefd7b313fdda762a8b38462d7bc762b457b01 /irc
parentUpdate Xeamcs to version 20.4. MASTERSITES cleaned up; a lot of them (diff)
Fix assorted bogons.
Notes
Notes: svn path=/head/; revision=10607
Diffstat (limited to 'irc')
-rw-r--r--irc/ircd-hybrid/Makefile5
-rw-r--r--irc/ircd-hybrid/pkg-install4
2 files changed, 7 insertions, 2 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile
index d43107a86077..91662c1dea53 100644
--- a/irc/ircd-hybrid/Makefile
+++ b/irc/ircd-hybrid/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 January 1998
# Whom: desmo@bandwidth.org
#
-# $Id: Makefile,v 1.1.1.1 1998/01/15 06:44:49 jkh Exp $
+# $Id: Makefile,v 1.2 1998/01/18 10:55:32 asami Exp $
#
DISTNAME= ircd-hybrid-5
@@ -13,7 +13,8 @@ MASTER_SITES= ftp://ftp.vol.com/pub/ircd/
MAINTAINER= desmo@bandwidth.org
GNU_CONFIGURE= yes
-IS_INTERACTIVE= yes
+
+MAN8= ircd.8
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/ircd.8 ${MANPREFIX}/man/man8
diff --git a/irc/ircd-hybrid/pkg-install b/irc/ircd-hybrid/pkg-install
index d237c31c9249..e5a08fef4844 100644
--- a/irc/ircd-hybrid/pkg-install
+++ b/irc/ircd-hybrid/pkg-install
@@ -1,5 +1,9 @@
#!/bin/sh
+if [ "x$2" != "xPRE-INSTALL" ]; then
+ exit 0;
+fi
+
ask() {
local question default answer