13 lines
270 B
Bash
13 lines
270 B
Bash
# vim:set syntax=sh:
|
|
# $Id$
|
|
|
|
#---[ Base directory for mirrored Ports Trees ]---
|
|
mirror_base_dir="/var/cache/portshaker"
|
|
|
|
#---[ Directories where to merge ports ]---
|
|
ports_trees="main"
|
|
|
|
main_ports_tree="/usr/local/poudriere/ports/default"
|
|
main_merge_from="freebsd kiwi"
|
|
|