From: Ilya Tumaykin Date: Mon, 20 Jun 2016 20:01:46 +0000 (+0300) Subject: net-firewall/fwknop: respect EPREFIX in DOC_CONTENTS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8a700184a39b8704b0280c0789f9b1a8056ab988;p=gentoo.git net-firewall/fwknop: respect EPREFIX in DOC_CONTENTS Closes: https://github.com/gentoo/gentoo/pull/1703 Package-Manager: portage-2.3.0_rc1 --- diff --git a/net-firewall/fwknop/fwknop-2.6.8-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.8-r2.ebuild index 204959447d91..4a3a44c15696 100644 --- a/net-firewall/fwknop/fwknop-2.6.8-r2.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.8-r2.ebuild @@ -48,8 +48,8 @@ DOCS=( AUTHORS ChangeLog README.md ) DISABLE_AUTOFORMATTING=1 DOC_CONTENTS=" -Example configuration files were installed to /etc/fwknopd directory. -Please edit them to fit your needs and then remove the .example suffix. +Example configuration files were installed to '${EPREFIX}/etc/fwknopd/'. +Please edit them to suit your needs and then remove the .example suffix. fwknopd supports several backends: firewalld, iptables, ipfw, pf, ipf. You can set the desired backend via FIREWALL_EXE option in fwknopd.conf diff --git a/net-firewall/fwknop/fwknop-2.6.9.ebuild b/net-firewall/fwknop/fwknop-2.6.9.ebuild index ea7cb16fe910..09e22417a85d 100644 --- a/net-firewall/fwknop/fwknop-2.6.9.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.9.ebuild @@ -50,8 +50,8 @@ DOCS=( AUTHORS ChangeLog README.md ) DISABLE_AUTOFORMATTING=1 DOC_CONTENTS=" -Example configuration files were installed to /etc/fwknopd directory. -Please edit them to fit your needs and then remove the .example suffix. +Example configuration files were installed to '${EPREFIX}/etc/fwknopd/'. +Please edit them to suit your needs and then remove the .example suffix. fwknopd supports several backends: firewalld, iptables, ipfw, pf, ipf. You can set the desired backend via FIREWALL_EXE option in fwknopd.conf