aboutsummaryrefslogtreecommitdiff
path: root/irc
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
parent748c043793a9e15f2d96852201594ac388d904ad (diff)
downloadports-61ffc9721b5afe380f501f7fad52af81887a96c9.tar.gz
ports-61ffc9721b5afe380f501f7fad52af81887a96c9.zip
Notes
Diffstat (limited to 'irc')
-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>