[Midnightbsd-cvs] mports [19935] trunk/sysutils/hal: switch to @dir
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 22 16:55:08 EDT 2015
Revision: 19935
http://svnweb.midnightbsd.org/mports/?rev=19935
Author: laffer1
Date: 2015-08-22 16:55:07 -0400 (Sat, 22 Aug 2015)
Log Message:
-----------
switch to @dir
Modified Paths:
--------------
trunk/sysutils/hal/Makefile
trunk/sysutils/hal/pkg-plist
Modified: trunk/sysutils/hal/Makefile
===================================================================
--- trunk/sysutils/hal/Makefile 2015-08-22 20:48:30 UTC (rev 19934)
+++ trunk/sysutils/hal/Makefile 2015-08-22 20:55:07 UTC (rev 19935)
@@ -2,7 +2,7 @@
PORTNAME= hal
DISTVERSION= 0.5.14
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= sysutils
MASTER_SITES= http://hal.freedesktop.org/releases/
Modified: trunk/sysutils/hal/pkg-plist
===================================================================
--- trunk/sysutils/hal/pkg-plist 2015-08-22 20:48:30 UTC (rev 19934)
+++ trunk/sysutils/hal/pkg-plist 2015-08-22 20:55:07 UTC (rev 19935)
@@ -111,28 +111,28 @@
@exec mkdir -p %D/%%DATADIR%%/fdi/policy/20thirdparty
@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/10osvendor
@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/20thirdparty
- at dirrm %%DATADIR%%/fdi/preprobe/20thirdparty
- at dirrm %%DATADIR%%/fdi/preprobe/10osvendor
- at dirrm %%DATADIR%%/fdi/preprobe
- at dirrm %%DATADIR%%/fdi/policy/20thirdparty
- at dirrm %%DATADIR%%/fdi/policy/10osvendor
- at dirrm %%DATADIR%%/fdi/policy
- at dirrm %%DATADIR%%/fdi/information/20thirdparty
- at dirrm %%DATADIR%%/fdi/information/10freedesktop
- at dirrm %%DATADIR%%/fdi/information
- at dirrm %%DATADIR%%/fdi
- at dirrm %%DATADIR%%/dist
- at dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrm libexec/hal/scripts/freebsd
- at dirrm libexec/hal/scripts
- at dirrm libexec/hal
- at dirrm include/hal
- at dirrm etc/hal/fdi/preprobe
- at dirrm etc/hal/fdi/policy
- at dirrm etc/hal/fdi/information
- at dirrm etc/hal/fdi
- at dirrm etc/hal
+ at dir %%DATADIR%%/fdi/preprobe/20thirdparty
+ at dir %%DATADIR%%/fdi/preprobe/10osvendor
+ at dir %%DATADIR%%/fdi/preprobe
+ at dir %%DATADIR%%/fdi/policy/20thirdparty
+ at dir %%DATADIR%%/fdi/policy/10osvendor
+ at dir %%DATADIR%%/fdi/policy
+ at dir %%DATADIR%%/fdi/information/20thirdparty
+ at dir %%DATADIR%%/fdi/information/10freedesktop
+ at dir %%DATADIR%%/fdi/information
+ at dir %%DATADIR%%/fdi
+ at dir %%DATADIR%%/dist
+ at dir %%DATADIR%%
+%%PORTDOCS%%@dir %%DOCSDIR%%
+ at dir libexec/hal/scripts/freebsd
+ at dir libexec/hal/scripts
+ at dir libexec/hal
+ at dir include/hal
+ at dir etc/hal/fdi/preprobe
+ at dir etc/hal/fdi/policy
+ at dir etc/hal/fdi/information
+ at dir etc/hal/fdi
+ at dir etc/hal
@unexec rm -f /var/lib/PolicyKit/user-haldaemon.auths 2>/dev/null || true
@unexec rm -f /var/run/hald/hald.pid 2>/dev/null || true
@unexec rm -rf /var/run/hald/hald-local 2>/dev/null || true
More information about the Midnightbsd-cvs
mailing list