- Fix pkg-plist to delete directories installed out of PREFIX (on /var) How-To-Repeat: - Install and then deinstall security/logcheck; notice that the empty /var/foo directories remain; this is because the @dirrmtry macro prepends PREFIX to its arguments, so we reset PREFIX to '/' at end of pkg-plist just before @dirrmtry macros are used to remove directories relative to '/'.
Responsible Changed From-To: freebsd-ports-bugs->glarkin Over to maintainer (via the GNATS Auto Assign Tool)
glarkin 2010-04-16 23:14:01 UTC FreeBSD ports repository Modified files: security/logcheck pkg-plist Log: - Fix pkg-plist so directories installed out of PREFIX are removed when empty PR: ports/145741 Submitted by: sahil Revision Changes Path 1.13 +1 -0 ports/security/logcheck/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"
State Changed From-To: open->closed Committed, thank you!