diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-11 03:33:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-11 03:33:25 +0800 |
commit | d6a42d0b54e822be0fbfdc8cd35d4eb1f5f2bdae (patch) | |
tree | cda14f1d0087eec51ad84feca0bcf9d15fcbe8a7 /irc | |
parent | 9721d33548b0c47369aa0797b76938d25e2cfcdf (diff) | |
download | freebsd-ports-gnome-d6a42d0b54e822be0fbfdc8cd35d4eb1f5f2bdae.tar.gz freebsd-ports-gnome-d6a42d0b54e822be0fbfdc8cd35d4eb1f5f2bdae.tar.zst freebsd-ports-gnome-d6a42d0b54e822be0fbfdc8cd35d4eb1f5f2bdae.zip |
- Cosmetic fixes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/znc/Makefile | 5 |
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> |