Index: en_US.ISO8859-1/books/porters-handbook/special/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -84,7 +84,12 @@ point to a wrong location, like when a remote file system has been mounted with NFS under a non-root mount point. Relative paths are less fragile, and often much - shorter. + shorter. An example for generating a relative path: + + ${RLN} ${STAGEDIR}${DATADIR}/foobar.war ${STAGEDIR}${PREFIX}/apache-tomcat-8.0/webapps + + When ${RLN} is used to generate a relative path symlink, + absolute paths are needed for the source and target. Ports that install kernel modules must prepend STAGEDIR to their destination, by default