- Cosmetic fixes

This commit is contained in:
Dmitry Marakasov 2016-10-10 19:33:25 +00:00
parent 58bc92642b
commit fa34eac785
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423687

View File

@ -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>