On Mon, Feb 15, 2010 at 09:03:25PM -0500, Steve Shockley wrote: > Should the PLIST for PEAR modules contain lines like: > > lib/ > lib/php/ > pear/doc/ > > It seems unlikely the port would create these directories, so it > seems equally unlikely that the port should remove them when > uninstalling.
Just write the correct RUN_DEPENDS and ask make-plist again. make-plist uses your dependencies to figure out which directories shouldn't be there. Your question kind-of-implies you either ran make-plist before figuring out correct depends, or you're still writing PLISTs manually...