diff options
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 3 | ||||
-rw-r--r-- | sysutils/hal/PLIST.NetBSD | 8 | ||||
-rw-r--r-- | sysutils/hal/files/tools-netbsd/Makefile.am | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index ee090f44928..b22f88452e8 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2010/12/26 20:59:31 markd Exp $ +# $NetBSD: Makefile,v 1.50 2011/01/08 13:39:08 obache Exp $ DISTNAME= hal-0.5.14 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/hal/PLIST.NetBSD b/sysutils/hal/PLIST.NetBSD index 92671e0bb5d..01840fdc46b 100644 --- a/sysutils/hal/PLIST.NetBSD +++ b/sysutils/hal/PLIST.NetBSD @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST.NetBSD,v 1.3 2009/06/14 18:16:07 joerg Exp $ -lib/hal/scripts/netbsd/hal-system-power-reboot-netbsd -lib/hal/scripts/netbsd/hal-system-power-shutdown-netbsd -lib/hal/scripts/netbsd/hal-system-power-suspend-netbsd +@comment $NetBSD: PLIST.NetBSD,v 1.4 2011/01/08 13:39:08 obache Exp $ libexec/hald-addon-storage libexec/hald-probe-storage libexec/hald-probe-volume +libexec/scripts/netbsd/hal-system-power-reboot-netbsd +libexec/scripts/netbsd/hal-system-power-shutdown-netbsd +libexec/scripts/netbsd/hal-system-power-suspend-netbsd diff --git a/sysutils/hal/files/tools-netbsd/Makefile.am b/sysutils/hal/files/tools-netbsd/Makefile.am index e29d6956047..6876866e70b 100644 --- a/sysutils/hal/files/tools-netbsd/Makefile.am +++ b/sysutils/hal/files/tools-netbsd/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# $NetBSD: Makefile.am,v 1.1 2008/11/27 03:32:19 jmcneill Exp $ +# $NetBSD: Makefile.am,v 1.2 2011/01/08 13:39:08 obache Exp $ AM_CPPFLAGS = \ -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \ @@ -7,12 +7,12 @@ AM_CPPFLAGS = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_BIN_DIR=\""$(bindir)"\" \ -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \ - -DPACKAGE_SCRIPT_DIR=\""$(libdir)/hal/scripts"\" \ + -DPACKAGE_SCRIPT_DIR=\""$(libexecdir)/scripts"\" \ -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \ -I$(top_srcdir) -I$(top_srcdir)/libhal -I$(top_srcdir)/libhal-storage \ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @POLKIT_CFLAGS@ -scriptdir = $(libdir)/hal/scripts/netbsd +scriptdir = $(libexecdir)/scripts/netbsd script_SCRIPTS = \ hal-system-power-suspend-netbsd \ |