diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-19 06:15:41 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-19 06:15:41 +0800 |
commit | ff788278d6bb58e048fc67c993b8ba663ca93a99 (patch) | |
tree | 5dacf60933003bfaf4de03b73d29c3ccc447fe3e /sysutils/hal | |
parent | 020a292981ff99af65bd73ef9bfa6e70d20bd3b0 (diff) | |
download | marcuscom-ports-ff788278d6bb58e048fc67c993b8ba663ca93a99.tar marcuscom-ports-ff788278d6bb58e048fc67c993b8ba663ca93a99.tar.gz marcuscom-ports-ff788278d6bb58e048fc67c993b8ba663ca93a99.tar.bz2 marcuscom-ports-ff788278d6bb58e048fc67c993b8ba663ca93a99.tar.lz marcuscom-ports-ff788278d6bb58e048fc67c993b8ba663ca93a99.tar.xz marcuscom-ports-ff788278d6bb58e048fc67c993b8ba663ca93a99.tar.zst marcuscom-ports-ff788278d6bb58e048fc67c993b8ba663ca93a99.zip |
- s/SLAVEPORT/HAL_SLAVE/
Requested by: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6302 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 |