diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc --- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc +++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc @@ -5210,11 +5210,11 @@ Here are some handy variables and how they are expanded by default when used in the [.filename]#Makefile#: -* `DATADIR` gets expanded to [.filename]#PREFIX/shared/PORTNAME#. +* `DATADIR` gets expanded to [.filename]#PREFIX/share/PORTNAME#. * `DATADIR_REL` gets expanded to [.filename]#share/PORTNAME#. -* `DOCSDIR` gets expanded to [.filename]#PREFIX/shared/doc/PORTNAME#. +* `DOCSDIR` gets expanded to [.filename]#PREFIX/share/doc/PORTNAME#. * `DOCSDIR_REL` gets expanded to [.filename]#share/doc/PORTNAME#. -* `EXAMPLESDIR` gets expanded to [.filename]#PREFIX/shared/examples/PORTNAME#. +* `EXAMPLESDIR` gets expanded to [.filename]#PREFIX/share/examples/PORTNAME#. * `EXAMPLESDIR_REL` gets expanded to [.filename]#share/examples/PORTNAME#. [NOTE]