Hello, I am creating a port from a GIT repository. I would like to keep the GIT file structure to user can update the project with GIT tools. I know this is not the best and not even the valid way to update, but in this particular case there is no other choice yet.. and the project changes really fast so updates from GIT are reasonable and desired. Hopefully it will change in a next major release and we can simply create a package.
I did the simple automation of project clone, submodiles clone, initial configuration, etc, inside port Makefile. The problem is with the pkg-plist. I can create one with `make plist` based on the staged filesystem and it works until update. I would like make to create a plist file after fetch and build as a part of automation. How can I call `make makeplis` on each build? Any hints appreciated :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"