diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-01-26 10:44:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-01-26 10:44:18 +0000 |
commit | 8c254f48fc9c342d8b7503ef7e9e119107bd8706 (patch) | |
tree | 3bfdb28183a234bb7f221b25cc44e42117db5a4e | |
parent | 55731213f2144166316157fbfa00265f2fe686b1 (diff) | |
download | freebsd-ports-8c254f48fc9c342d8b7503ef7e9e119107bd8706.zip |
Um, it will really be appreciated if the commits are tested in advance
(although this one was pretty easy to fix...).
-rw-r--r-- | irc/irc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile index 6d57beccf8de..beaf9219a77d 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -3,7 +3,7 @@ # Date created: 23 August 1994 # Whom: torstenb # -# $Id: Makefile,v 1.16 1997/07/08 23:02:16 torstenb Exp $ +# $Id: Makefile,v 1.17 1998/01/25 20:37:03 torstenb Exp $ # DISTNAME= irc2.9.4 @@ -23,7 +23,8 @@ SYSLOG_FACILITY=LOG_LOCAL5 EXTRACT_SUFX= .tgz SCRIPTS_ENV= SYSLOG_FACILITY="${SYSLOG_FACILITY}" -MAN8= ircd.8 irc.1 +MAN1= irc.1 +MAN8= ircd.8 GNU_CONFIGURE= YES CONFIGURE_ARGS= --without-ncurses |