View | Details | Raw Unified | Return to bug 263955 | Differences between
and this patch

Collapse All | Expand All

(-)b/documentation/content/en/books/handbook/ports/_index.adoc (+10 lines)
Lines 1301-1306 custom: { Link Here
1301
}
1301
}
1302
....
1302
....
1303
1303
1304
If exposing the package repository to the internet is not desired, the `file://` protocol can be used to point to the repository directly:
1305
1306
[.programlisting]
1307
....
1308
custom: {
1309
	url: "file:///usr/local/poudriere/data/packages/11amd64",
1310
	enabled: yes,
1311
}
1312
....
1313
1304
[[ports-nextsteps]]
1314
[[ports-nextsteps]]
1305
== Post-Installation Considerations
1315
== Post-Installation Considerations
1306
1316

Return to bug 263955