svn commit: r423687 - head/irc/znc

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 10 19:33:27 UTC 2016


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>


More information about the svn-ports-all mailing list