--- openvpn-2.2.0.ebuild.org 2011-05-01 20:29:22.967298423 +0300 +++ openvpn-2.2.0.ebuild 2011-05-01 20:30:36.410303079 +0300 @@ -59,6 +59,7 @@ src_configure() { fi econf ${myconf} \ + --docdir="/usr/share/doc/${PF}" \ $(use_enable passwordsave password-save) \ $(use_enable ssl) \ $(use_enable ssl crypto) \ @@ -90,10 +91,7 @@ src_install() { # install documentation dodoc AUTHORS ChangeLog PORTS README - use eurephia && dodoc README.eurephia - # remove empty dir - rmdir "${D}/usr/share/doc/openvpn" || die "rmdir failed" keepdir /etc/openvpn # Install some helper scripts @@ -169,11 +167,4 @@ pkg_postinst() { einfo "For more information please visit:" einfo "http://github.com/jjo/openvpn-ipv6" fi - - if use eurephia ; then - einfo "" - einfo "This build contains eurephia patch." - einfo "For more information please visit:" - einfo "http://www.eurephia.net/" - fi }