diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-07 15:32:56 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-07 15:32:56 +0000 |
commit | 61ffc9721b5afe380f501f7fad52af81887a96c9 (patch) | |
tree | aab17917a7efe82aaec919ea498a41cdb7c62b5c /irc/bnc | |
parent | 748c043793a9e15f2d96852201594ac388d904ad (diff) | |
download | ports-61ffc9721b5afe380f501f7fad52af81887a96c9.tar.gz ports-61ffc9721b5afe380f501f7fad52af81887a96c9.zip |
Notes
Diffstat (limited to 'irc/bnc')
-rw-r--r-- | irc/bnc/Makefile | 2 |
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> |