summaryrefslogtreecommitdiffstats
path: root/sysutils/hal/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-15 05:29:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-15 05:29:01 +0800
commit178f26e86b5608f8d9b39500ded2a9518d8c76d8 (patch)
tree425ab9c92508cccf3912ef2f9d3506f142f60a73 /sysutils/hal/Makefile
parent5ba0266aae2c94f8b8746b230ddf61763212eddd (diff)
downloadmarcuscom-ports-178f26e86b5608f8d9b39500ded2a9518d8c76d8.tar
marcuscom-ports-178f26e86b5608f8d9b39500ded2a9518d8c76d8.tar.gz
marcuscom-ports-178f26e86b5608f8d9b39500ded2a9518d8c76d8.tar.bz2
marcuscom-ports-178f26e86b5608f8d9b39500ded2a9518d8c76d8.tar.lz
marcuscom-ports-178f26e86b5608f8d9b39500ded2a9518d8c76d8.tar.xz
marcuscom-ports-178f26e86b5608f8d9b39500ded2a9518d8c76d8.tar.zst
marcuscom-ports-178f26e86b5608f8d9b39500ded2a9518d8c76d8.zip
Update to today's FreeBSD HAL snapshot. The most notable changes in this
release are: * Fixed user volume mount point permissions * hald can now be run in daemon mode and verbose messages will be written to syslog * DVD+RW DL support has been added git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6253 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal/Makefile')
-rw-r--r--sysutils/hal/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index d42ef2bd6..579f8820b 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/hal/Makefile,v 1.10 2006/05/07 05:44:35 marcus Exp $
+# $MCom: ports/sysutils/hal/Makefile,v 1.11 2006/05/14 20:55:51 marcus Exp $
#
PORTNAME= hal
PORTVERSION= ${HALVERSION}.${SNAPVERSION}
-PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.marcuscom.com/downloads/
@@ -39,7 +38,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
USE_RC_SUBR= hald
HALVERSION= 0.5.8
-SNAPVERSION= 20060505
+SNAPVERSION= 20060514
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${HALVERSION}
PLIST_SUB= VERSION=${HALVERSION}
@@ -57,6 +56,11 @@ DESKTOP_ENTRIES="Device Manager" \
RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode
.endif
+post-patch:
+ @${REINPLACE_CMD} -e '/^scriptdir = /s|libdir|libexecdir|' \
+ ${WRKSRC}/tools/Makefile.in \
+ ${WRKSRC}/tools/freebsd/Makefile.in
+
post-install:
.if !defined(PACKAGE_BUILDING)
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL