Built nginx from source and want to create a package for it. How is that done with the new pkgng?
The example in the man page is using ports to create a package. I've searched but have been unable to find an example of a custom package being created.
Code:
# pkg create -o /usr/local/nginx nginx
The example in the man page is using ports to create a package. I've searched but have been unable to find an example of a custom package being created.