diff --git a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml index 7d9c27a84d..13e53c349b 100644 --- a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml @@ -97,11 +97,13 @@ OPTIONS_SUB= yes PLIST_DIRS. The value of each variable is regarded as a list of pathnames to write to TMPPLIST along with - PLIST contents. Names listed in + PLIST contents. While names listed in PLIST_FILES and PLIST_DIRS are subject to %%VAR%% - substitution as described above. Except for that, names from + substitution as described above, it is better to use the + ${VAR} directly. + Except for that, names from PLIST_FILES will appear in the final packing list unchanged, while @dir will be prepended to names from diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml index a9c55bef28..817f4e2243 100644 --- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -3178,7 +3178,7 @@ USE_QT4= moc_build qmake_build rcc_build uic_build the name of the JAR file installed as part of the port): - PLIST_FILES+= %%JAVAJARDIR%%/myport.jar + PLIST_FILES+= ${JAVAJARDIR}/myport.jar When porting a Java application, the port usually installs everything under a single directory (including its