https://github.com/swindlesmccoop/freebsd-ports
The /usr/ports/mystuff directory of the FreeBSD ports tree
https://github.com/swindlesmccoop/freebsd-ports
Last synced: 2 months ago
JSON representation
The /usr/ports/mystuff directory of the FreeBSD ports tree
- Host: GitHub
- URL: https://github.com/swindlesmccoop/freebsd-ports
- Owner: swindlesmccoop
- Created: 2022-10-28T18:01:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T18:33:07.000Z (over 2 years ago)
- Last Synced: 2025-01-13T10:51:44.963Z (4 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
[Set up the ports tree](https://docs.freebsd.org/en/books/handbook/ports/#ports-using-installation-methods)
```
git clone https://git.cbps.xyz/swindlesmccoop/openbsd-ports/
doas cp -r openbsd-ports/* /usr/ports/mystuff/
cd /usr/ports/mystuff/[package]
su
make
```