summaryrefslogtreecommitdiff
path: root/irc/bnc
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-07 15:32:56 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-07 15:32:56 +0000
commit61ffc9721b5afe380f501f7fad52af81887a96c9 (patch)
treeaab17917a7efe82aaec919ea498a41cdb7c62b5c /irc/bnc
parent- Update to 2.0.4. (diff)
- Respect NOPORTDOCS.
Discussed with: tabthorpe, linimon Reported by: linimon Approved by: Douglas Menezes <douglas@t2web.com.br> (maintainer), gabor (mentor, implicit)
Notes
Notes: svn path=/head/; revision=214464
Diffstat (limited to 'irc/bnc')
-rw-r--r--irc/bnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile
index e287f0289cbf..195bea988df2 100644
--- a/irc/bnc/Makefile
+++ b/irc/bnc/Makefile
@@ -33,7 +33,7 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
- @${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf.sample
.endif
+ @${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf.sample
.include <bsd.port.post.mk>