|
Lines 92-99
Link Here
|
| 92 |
.Ar install , |
92 |
.Ar install , |
| 93 |
and so on all the way to |
93 |
and so on all the way to |
| 94 |
.Ar fetch . |
94 |
.Ar fetch . |
| 95 |
You will usually only target |
95 |
Usually, you will only use the |
| 96 |
.Ar install . |
96 |
.Ar install |
|
|
97 |
target. |
| 97 |
.Bl -tag -width configure |
98 |
.Bl -tag -width configure |
| 98 |
.It Ar fetch |
99 |
.It Ar fetch |
| 99 |
Fetch all of the files needed to build this port from the site(s) |
100 |
Fetch all of the files needed to build this port from the site(s) |
|
Lines 102-108
Link Here
|
| 102 |
and |
103 |
and |
| 103 |
.Ev MASTER_SITE_OVERRIDE . |
104 |
.Ev MASTER_SITE_OVERRIDE . |
| 104 |
.It Ar checksum |
105 |
.It Ar checksum |
| 105 |
Verify that the fetched distfile matches the one the port was tested against. |
106 |
Verify that the fetched distfile's checksum matches the one the port was |
|
|
107 |
tested against. |
| 106 |
Defining |
108 |
Defining |
| 107 |
.Ev NO_CHECKSUM |
109 |
.Ev NO_CHECKSUM |
| 108 |
will skip this step. |
110 |
will skip this step. |
|
Lines 152-158
Link Here
|
| 152 |
.It Ar distclean |
154 |
.It Ar distclean |
| 153 |
Remove the port's distfile(s) and perform the |
155 |
Remove the port's distfile(s) and perform the |
| 154 |
.Ar clean |
156 |
.Ar clean |
| 155 |
operation. The |
157 |
target. The |
| 156 |
.Sq clean |
158 |
.Sq clean |
| 157 |
portion recurses to dependencies unless |
159 |
portion recurses to dependencies unless |
| 158 |
.Ev NOCLEANDEPENDS |
160 |
.Ev NOCLEANDEPENDS |
|
Lines 186-191
Link Here
|
| 186 |
This can be used from |
188 |
This can be used from |
| 187 |
.Pa /usr/ports |
189 |
.Pa /usr/ports |
| 188 |
to create a browsable web of all ports on your system! |
190 |
to create a browsable web of all ports on your system! |
|
|
191 |
.It Ar search |
| 192 |
Search the INDEX file for the keyword specified by the |
| 193 |
.Ev KEY |
| 194 |
value. Results include the path to the port, a short comment, and the |
| 195 |
build and run depends required. |
| 196 |
.It Ar index |
| 197 |
Create /usr/ports/INDEX, used by the |
| 198 |
.Pa pretty-print-* |
| 199 |
and |
| 200 |
.Pa search |
| 201 |
targets. While the master INDEX file in the CVS repository is periodically |
| 202 |
updated, running the |
| 203 |
.Pa index |
| 204 |
target will ensure your INDEX file is up to date with your ports tree. |
| 189 |
.El |
205 |
.El |
| 190 |
.Sh ENVIRONMENT |
206 |
.Sh ENVIRONMENT |
| 191 |
You can change all of these. |
207 |
You can change all of these. |