Date: Tue, 20 Jul 2004 10:17:54 +0200 From: David Julien <david.julien@gmail.com> To: ports@FreeBSD.org Subject: Are files and directories mandatory in pkg-plist ? Message-ID: <abcef9c040720011775945ca4@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, I write a port for an ocaml package (my first one!) but I have a problem when I try to deinstall the port. Indeed I use an ocaml program which is named "ocamlfind" to install and deinstall the files at the right place in the ocaml library directory. But this program deletes automatically the directories and the files when the port is deinstall, and failed if the directories / files are already deleted. I have to run it to deinstall properly the package because, for this package, it updates some configuration files (which does not seem the case for other ocaml package ports). Do I have to list in the pkg-plist the files and directories or it is not mandatory ? If it is mandatory, what can I do ? Thanks. -- David
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?abcef9c040720011775945ca4>