diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-07 23:32:56 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-07 23:32:56 +0800 |
commit | 1952fbac9f8439b3d372fae2bb459de11c33dfc5 (patch) | |
tree | 3a6b98bf27a6daae5ac637f75d328b8d43e73661 /irc/bnc | |
parent | cf61a450183d1a95063418d1b31c5119480c7bbc (diff) | |
download | freebsd-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/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> |