aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bnc
diff options
context:
space:
mode:
authorlippe <lippe@FreeBSD.org>2008-06-07 23:32:56 +0800
committerlippe <lippe@FreeBSD.org>2008-06-07 23:32:56 +0800
commit1952fbac9f8439b3d372fae2bb459de11c33dfc5 (patch)
tree3a6b98bf27a6daae5ac637f75d328b8d43e73661 /irc/bnc
parentcf61a450183d1a95063418d1b31c5119480c7bbc (diff)
downloadfreebsd-ports-gnome-1952fbac9f8439b3d372fae2bb459de11c33dfc5.tar.gz
freebsd-ports-gnome-1952fbac9f8439b3d372fae2bb459de11c33dfc5.tar.zst
freebsd-ports-gnome-1952fbac9f8439b3d372fae2bb459de11c33dfc5.zip
- Respect NOPORTDOCS.
Discussed with: tabthorpe, linimon Reported by: linimon Approved by: Douglas Menezes <douglas@t2web.com.br> (maintainer), gabor (mentor, implicit)
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>