svn commit: r320336 - head/sysutils/upower

Martin Wilke miwi at FreeBSD.org
Sun Jun 9 14:37:23 UTC 2013


Author: miwi
Date: Sun Jun  9 14:37:23 2013
New Revision: 320336
URL: http://svnweb.freebsd.org/changeset/ports/320336

Log:
  - Fix build

Modified:
  head/sysutils/upower/pkg-plist   (contents, props changed)

Modified: head/sysutils/upower/pkg-plist
==============================================================================
--- head/sysutils/upower/pkg-plist	Sun Jun  9 14:00:10 2013	(r320335)
+++ head/sysutils/upower/pkg-plist	Sun Jun  9 14:37:23 2013	(r320336)
@@ -37,4 +37,5 @@ share/polkit-1/actions/org.freedesktop.u
 @dirrm include/libupower-glib
 @dirrm etc/UPower
 @unexec rmdir /var/lib/DeviceKit-power 2>/dev/null || true
+ at unexec rmdir /var/lib/upower 2>/dev/null || true
 @unexec rmdir /var/lib 2>/dev/null || true


More information about the svn-ports-all mailing list