Commit | Line | Data |
---|---|---|
6dca1d21 JB |
1 | ### |
2 | ### prt-get conf | |
3 | ### | |
4 | ||
5 | # note: the order matters: the package found first is used | |
88ebab44 VM |
6 | prtdir /usr/ports/core-arm |
7 | prtdir /usr/ports/opt-arm | |
8 | prtdir /usr/ports/xorg-arm | |
6dca1d21 JB |
9 | prtdir /usr/ports/core |
10 | prtdir /usr/ports/opt | |
11 | prtdir /usr/ports/xorg | |
12 | ||
13 | # the following line enables the user maintained contrib collection | |
14 | #prtdir /usr/ports/contrib | |
15 | ||
16 | ### use mypackage form local directory | |
17 | # prtdir /home/packages/build:mypackage | |
18 | ||
19 | ### log options: | |
20 | # writelog enabled # (enabled|disabled) | |
21 | # logmode overwrite # (append|overwrite) | |
22 | # rmlog_on_success yes # (no|yes) | |
23 | logfile /var/log/pkgbuild/%n.log | |
24 | # path, %p=path to port dir, %n=port name | |
25 | # %v=version, %r=release | |
26 | ||
27 | ### use alternate cache file (default: /var/lib/pkg/prt-get.cache | |
28 | # cachefile /mnt/nfs/cache | |
29 | ||
30 | ### print README information: | |
31 | # readme verbose # (verbose|compact|disabled) | |
32 | ||
33 | ### prefer higher versions in sysup / diff | |
34 | # preferhigher no # (yes|no) | |
35 | ||
36 | ### use regexp search | |
37 | # useregex no # (yes|no) | |
38 | ||
39 | ### run pre- and post-installs scripts; yes is equivalent to the | |
40 | ### --install-scripts option | |
41 | # runscripts no # (no|yes) | |
42 | ||
43 | ||
44 | ### EXPERT SECTION ### | |
45 | ||
46 | ### alternative commands | |
47 | # makecommand pkgmk | |
48 | # addcommand pkgadd | |
49 | # removecommand pkgrm | |
50 | # runscriptcommand sh | |
51 |