summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/hal-device-manager/Makefile4
-rw-r--r--sysutils/hal/Makefile12
2 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/hal-device-manager/Makefile b/sysutils/hal-device-manager/Makefile
index 9964a45b6..499d8984b 100644
--- a/sysutils/hal-device-manager/Makefile
+++ b/sysutils/hal-device-manager/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/hal-device-manager/Makefile,v 1.1 2006/05/18 20:19:04 ahze Exp $
+# $MCom: ports/sysutils/hal-device-manager/Makefile,v 1.2 2006/05/18 20:35:37 ahze Exp $
PORTREVISION= 0
CATEGORIES= sysutils gnome
@@ -12,7 +12,7 @@ PKGNAMESUFFIX= -device-manager
MAINTAINER= gnome@FreeBSD.org
COMMENT= HAL device manager
-SLAVEPORT= yes
+HAL_SLAVE= yes
MASTERDIR= ${.CURDIR}/../../sysutils/hal
PLIST= ${.CURDIR}/pkg-plist
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 3bf418161..366d7c662 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/hal/Makefile,v 1.14 2006/05/18 20:19:04 ahze Exp $
+# $MCom: ports/sysutils/hal/Makefile,v 1.15 2006/05/18 20:35:37 ahze Exp $
#
PORTNAME= hal
@@ -15,7 +15,7 @@ MASTER_SITES= http://www.marcuscom.com/downloads/
MAINTAINER= gnome@FreeBSD.org
COMMENT?= Hardware Abstraction Layer for simplifying device access
-.if !defined(SLAVEPORT)
+.if !defined(HAL_SLAVE)
LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit
RUN_DEPENDS= ${LOCALBASE}/share/pci.ids:${PORTSDIR}/sysutils/pciutils \
isoinfo:${PORTSDIR}/sysutils/cdrtools
@@ -40,7 +40,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
HALVERSION= 0.5.8
SNAPVERSION= 20060514
-.if !defined(SLAVEPORT)
+.if !defined(HAL_SLAVE)
USE_RC_SUBR= hald
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${HALVERSION}
PLIST_SUB= VERSION=${HALVERSION}
@@ -79,12 +79,12 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
.include <bsd.port.pre.mk>
-.if !defined(SLAVEPORT) && (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64")
+.if !defined(HAL_SLAVE) && (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64")
RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode
.endif
post-patch:
-.if !defined(SLAVEPORT)
+.if !defined(HAL_SLAVE)
@${REINPLACE_CMD} -e 's|device-manager||' \
${WRKSRC}/tools/Makefile.in
.endif
@@ -95,7 +95,7 @@ post-patch:
${WRKSRC}/policy/Makefile.in
post-install:
-.if !defined(SLAVEPORT)
+.if !defined(HAL_SLAVE)
${MKDIR} ${DATADIR}/dist
${INSTALL_DATA} ${WRKSRC}/hal.conf ${WRKSRC}/policy/txt/*.privilege \
${DATADIR}/dist