summaryrefslogtreecommitdiff
path: root/irc/ngircd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ngircd/Makefile')
-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