pkg-plist for devel/bmake contains the directive: @dirrm share/mk This looks like wrong because share/mk can be used by other ports (e.g. devel/netbsd-pkgsrc-mk-files). Fix: Remove '@dirrm share/mk' from pkg-plist. Patch attached with submission follows:
State Changed From-To: open->feedback This would be correct: @dirrmtry share/mk Can't just leave the directory but since it may be used by other ports deinstall will try and remove the directory and ignore it if it's not empty. Mind if I commit that change instead?
Responsible Changed From-To: freebsd-ports-bugs->tmclaugh
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed Commited, thanks!
tmclaugh 2010-02-02 04:02:40 UTC FreeBSD ports repository Modified files: devel/bmake Makefile pkg-plist Log: dirrmtry instead of dirrm share/mk as it is used by other ports as well. PR: 143165 Submitted by: Mikolaj Golub (maintainer) Revision Changes Path 1.2 +1 -0 ports/devel/bmake/Makefile 1.2 +1 -1 ports/devel/bmake/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"