From 15e5458deacaa7707162b78d2775ce89a59e6dc5 Mon Sep 17 00:00:00 2001 From: vanilla Date: Tue, 6 May 2003 19:15:27 +0000 Subject: Fix 'make package' error. PR: ports/51884 Submitted by: maintainer --- irc/ngircd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc/ngircd') diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index 989593cd59c7..7fd4c41c1490 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --without-syslog CONFIGURE_ARGS+= --without-zlib .endif -MAN5= ngircd.5 +MAN5= ngircd.conf.5 MAN8= ngircd.8 pre-configure: -- cgit