summaryrefslogtreecommitdiffstats
path: root/irc/ngircd
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2003-05-03 23:55:37 +0000
committervanilla <vanilla@FreeBSD.org>2003-05-03 23:55:37 +0000
commit1a6ab0ce485f9994624818c106d8a316615f5d09 (patch)
tree80ef6b5963baa001d00627795572d7ff0ccc7dc5 /irc/ngircd
parent873b75cf5f34d1156ed2809da558b03422ddc956 (diff)
downloadFreeBSD-ports-1a6ab0ce485f9994624818c106d8a316615f5d09.zip
FreeBSD-ports-1a6ab0ce485f9994624818c106d8a316615f5d09.tar.gz
Add two missing manpage.
Diffstat (limited to 'irc/ngircd')
-rw-r--r--irc/ngircd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile
index bc5760f..989593c 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
OpenPOWER on IntegriCloud