aboutsummaryrefslogtreecommitdiff
path: root/irc/znc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-10 19:33:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-10 19:33:25 +0000
commitfa34eac78506c5eaca05ea60d95a538f948aac20 (patch)
treecda14f1d0087eec51ad84feca0bcf9d15fcbe8a7 /irc/znc
parent58bc92642b13cf367a2eb9102a036d3f88402c53 (diff)
downloadports-fa34eac78506c5eaca05ea60d95a538f948aac20.tar.gz
ports-fa34eac78506c5eaca05ea60d95a538f948aac20.zip
- Cosmetic fixes
Notes
Notes: svn path=/head/; revision=423687
Diffstat (limited to 'irc/znc')
-rw-r--r--irc/znc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile
index a14f23c89d80..c10e20418d8d 100644
--- a/irc/znc/Makefile
+++ b/irc/znc/Makefile
@@ -19,6 +19,8 @@ USE_RC_SUBR= znc
USES= compiler:c++11-lib cpe gmake iconv pkgconfig
MAKE_ENV= V=1
+PORTDOCS= README.md
+
OPTIONS_DEFINE= CHARSET CYRUS DEBUG DOCS IPV6 OPENSSL PERL PYTHON TCL
OPTIONS_DEFAULT= OPENSSL PERL
OPTIONS_SUB= yes
@@ -53,8 +55,6 @@ TCL_CONFIGURE_ENABLE= tcl
TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR}
TCL_USES= tcl
-PORTDOCS= README.md
-
# Instead of using bundled swig generated files, delete them to force
# regeneration using swig 2.0.11+ (fixes port compilation using clang)
#
@@ -76,6 +76,5 @@ post-install-DOCS-on:
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}"
.include <bsd.port.mk>