minors updates

This commit is contained in:
Luis
2023-03-23 13:03:59 +00:00
parent 4e5a7573a6
commit af9d283eb4
2 changed files with 2 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ Available options:
zipman: Compress manual (man and info) pages with gzip.
buildflags: Enable buildflags (CFLAGS and CXXFLAGS).
makeflags: Enable makeflags (MAKEFLAGS).
checksum: Enable checking checksum.
### pkgbuild
`pkgbuild` is a tool to build package from ports. Is will source `spkgbuild` to get build information before creating package. Package is created into `<name>-<version>-<release>.spkg.xz` format. To build package, you need `cd` into port directory before run `pkgbuild` command.

View File

@@ -6,7 +6,7 @@
#
# example:
# /usr/ports/myrepo
# /usr/ports/core https://github.com/venomlinux/ports/tree/4.0/core
# /usr/ports/core https://github.com/venomlinux/ports/tree/venom4/core
# /usr/ports/main https://github.com/venomlinux/ports/tree/repos/main
# /usr/ports/multilib https://github.com/venomlinux/ports/tree/repos/multilib
#