Changeset 2510 for pbibuild/modules
- Timestamp:
- 08/01/08 07:30:03 (4 months ago)
- Files:
-
- 1 modified
-
pbibuild/modules/bacula-bat/pbi.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/bacula-bat/pbi.conf
r2233 r2510 17 17 # Port we want to build 18 18 # The port the server will track to determine when it's time for a rebuild 19 PBIPORT="/usr/ports/sysutils/bacula-bat" 19 # Let's track version of bacula-server - bacula-bat doesn't have any version variable itself. 20 PBIPORT="/usr/ports/sysutils/bacula-server" 20 21 21 22 # Set to "Auto or NONE" to have the PBI creator auto-populate libs or not … … 30 31 # Other Ports we need built 31 32 # One per line, any additional ports that need to be built for this PBI 32 OTHERPORT="" 33 # After building unnecessary bacula-server, let's build bacula-bat too :) 34 OTHERPORT="/usr/ports/sysutils/bacula-bat" 33 35 34 36 # Enter your custom make options here … … 38 40 # Build Key - Change this to anything else to trigger a rebuild 39 41 # - The rebuild will take place even if port is still the same ver 40 BUILDKEY="1. 0"42 BUILDKEY="1.1" 41 43 42 44 # If this port has a non-standard port version variable in Makefile, then
