X-Git-Url: https://git.draconx.ca/gitweb/gentoo-fixes.git/blobdiff_plain/7b4586ad7604ae4bc906690cc6068b18d0d4c6e1:/sys-apps/man/man-1.6g-r1.ebuild..6e9f6d25cbea714a4da2be6557826d82bb8b3dbe:/sys-apps/man/man-1.6g-r2.ebuild diff --git a/sys-apps/man/man-1.6g-r1.ebuild b/sys-apps/man/man-1.6g-r2.ebuild similarity index 85% rename from sys-apps/man/man-1.6g-r1.ebuild rename to sys-apps/man/man-1.6g-r2.ebuild index 0911511..d457494 100644 --- a/sys-apps/man/man-1.6g-r1.ebuild +++ b/sys-apps/man/man-1.6g-r2.ebuild @@ -92,11 +92,17 @@ src_configure() { echoit \ ./configure \ - -bindir="${EPREFIX}"/usr/bin \ - -confdir="${EPREFIX}"/etc \ + -prefix="$EPREFIX/usr" \ + -confdir="$EPREFIX/etc" \ +sgid +fhs \ +lang ${mylang} \ || die "configure failed" + + cat >makewhatis.cron </dev/null) - for f in ${files} ; do - [[ ${f} == */etc/cron.daily/makewhatis ]] && continue - [[ $(md5sum "${f}") == "8b2016cc778ed4e2570b912c0f420266 "* ]] \ - && rm -f "${f}" - done - files=$(ls "${ROOT}"etc/cron.{daily,weekly}/makewhatis{,.cron} 2>/dev/null) - if [[ ${files/$'\n'} != ${files} ]] ; then - ewarn "You have multiple makewhatis cron files installed." - ewarn "You might want to delete all but one of these:" - ewarn ${files} - fi - if has_version app-doc/heirloom-doctools; then ewarn "Please note that the /etc/man.conf file installed will not" ewarn "work with heirloom's nroff by default (yet)."