summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-05-03 23:55:37 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-05-03 23:55:37 +0000
commiteef470685fd9809c8ce616e076e0f51008142457 (patch)
treed939eb3f7fdef90ca611cce82bf4ed38df74be06 /irc
parentAdd PKGNAMEPREFIX=health to Makefile. (diff)
Add two missing manpage.
Notes
Notes: svn path=/head/; revision=80088
Diffstat (limited to 'irc')
-rw-r--r--irc/ngircd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile
index bc5760f93567..989593cd59c7 100644
--- a/irc/ngircd/Makefile
+++ b/irc/ngircd/Makefile
@@ -30,6 +30,9 @@ CONFIGURE_ARGS+= --without-syslog
CONFIGURE_ARGS+= --without-zlib
.endif
+MAN5= ngircd.5
+MAN8= ngircd.8
+
pre-configure:
@${ECHO_MSG} ""
.if defined(USE_TCP_WRAPPERS)
@@ -48,7 +51,7 @@ pre-configure:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ngircd
-.for i in AUTHORS COPYING ChangeLog INSTALL NEWS README
+.for i in AUTHORS COPYING ChangeLog INSTALL NEWS README
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/ngircd/
.endfor
.endif