diff options
author | asami <asami@FreeBSD.org> | 1998-01-26 18:44:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-01-26 18:44:18 +0800 |
commit | 17f7fe3bdfdfda95fd1cf42ad255fdc2c36d0e19 (patch) | |
tree | f955930059d7c72cf80d432efccb28521cf907f3 /irc | |
parent | a4cc9ade714e15c19c0aebbd40a5c1c53b190ad8 (diff) | |
download | freebsd-ports-gnome-17f7fe3bdfdfda95fd1cf42ad255fdc2c36d0e19.tar.gz freebsd-ports-gnome-17f7fe3bdfdfda95fd1cf42ad255fdc2c36d0e19.tar.zst freebsd-ports-gnome-17f7fe3bdfdfda95fd1cf42ad255fdc2c36d0e19.zip |
Um, it will really be appreciated if the commits are tested in advance
(although this one was pretty easy to fix...).
Diffstat (limited to 'irc')
-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 |