=================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/README,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** ports/README 2022/03/11 20:30:30 1.24 --- ports/README 2023/02/07 17:53:15 1.25 *************** *** 1,6 **** ! Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7), ! library-specs(7), bsd.port.mk(5), bsd.port.arch.mk(5), port-modules(5). ! dpb(1), bulk(8) for bulk builds. ! See also the OpenBSD Porter's Handbook http://www.openbsd.org/faq/ports/ --- 1,18 ---- ! Documentation for the ports tree includes: ! ports(7) https://man.openbsd.org/ports.7 ! packages(7) https://man.openbsd.org/packages.7 ! mirroring-ports(7) https://man.openbsd.org/mirroring-ports.7 ! library-specs(7) https://man.openbsd.org/library-specs.7 ! bsd.port.mk(5) https://man.openbsd.org/bsd.port.mk.5 ! bsd.port.arch.mk(5) https://man.openbsd.org/bsd.port.arch.mk.5 ! port-modules(5) https://man.openbsd.org/port-modules.5 ! And for bulk builds: ! ! dpb(1) https://man.openbsd.org/dpb.1 ! bulk(8) https://man.openbsd.org/bulk.8 ! proot(1) https://man.openbsd.org/proot.1 ! ! Also see the OpenBSD Porter's Handbook ! https://www.openbsd.org/faq/ports/