Changes between Version 7 and Version 8 of HaikuPorterForPM/BuildRecipes
- Timestamp:
- 06/17/13 16:17:13 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HaikuPorterForPM/BuildRecipes
v7 v8 58 58 - '''$portVersion:''' The version of the current port (e.g. `2.14`). 59 59 - '''$portVersionedName:''' The name of the current port, extended by version (e.g. `grep-2.14`). 60 - '''$postInstallDir:''' The absolute directory for post-install scripts. 60 61 - '''$preferencesDir:''' The absolute directory for preflets. 61 62 - '''$prefix:''' The absolute base directory of the port (i.e. the installation location). … … 78 79 - '''$relativeManDir:''' `$manDir` as a relative directory (to `prefix`). 79 80 - '''$relativeOldIncludeDir:''' `$oldIncludeDir` as a relative directory (to `prefix`). 81 - '''$relativePostInstallDir:''' `$postInstallDir` as a relative directory (to `prefix`). 80 82 - '''$relativePreferencesDir:''' `$preferencesDir` as a relative directory (to `prefix`). 81 83 - '''$relativeSbinDir:''' `$sbinDir` as a relative directory (to `prefix`).
