mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Add two missing manpage.
This commit is contained in:
parent
22a6dc0a80
commit
eef470685f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80088
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user