diff --git a/net-misc/wget2/wget2-2.2.0.recipe b/net-misc/wget2/wget2-2.2.0.recipe index 014c6b5c2..b8cd15543 100644 --- a/net-misc/wget2/wget2-2.2.0.recipe +++ b/net-misc/wget2/wget2-2.2.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2012-2015 Tim Ruehsen 2015-2024 Free Software Foundation, Inc." LICENSE="GNU GPL v3 GNU LGPL v3" -REVISION="3" +REVISION="4" SOURCE_URI="https://ftpmirror.gnu.org/wget/wget2-$portVersion.tar.gz" CHECKSUM_SHA256="2b3b9c85b7fb26d33ca5f41f1f8daca71838d869a19b406063aa5c655294d357" @@ -145,14 +145,14 @@ INSTALL() cp -r docs/man/* "$manDir" #install documentation - mkdir -p $developDocDir - cp -r docs/html $developDocDir + mkdir -p $developDir/documentation/wget2 + cp -r docs/html $developDir/documentation/wget2 prepareInstalledDevelLib libwget fixPkgconfig packageEntries doc \ - $developDocDir + $developDir/documentation packageEntries devel \ "$developDir" \