Date: Mon, 10 Oct 2016 19:33:25 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423687 - head/irc/znc Message-ID: <201610101933.u9AJXP6K034070@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 10 19:33:25 2016 New Revision: 423687 URL: https://svnweb.freebsd.org/changeset/ports/423687 Log: - Cosmetic fixes Modified: head/irc/znc/Makefile Modified: head/irc/znc/Makefile ============================================================================== --- head/irc/znc/Makefile Mon Oct 10 19:33:15 2016 (r423686) +++ head/irc/znc/Makefile Mon Oct 10 19:33:25 2016 (r423687) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610101933.u9AJXP6K034070>