summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2008-11-25 23:56:30 +0000
committerjmcneill <jmcneill@pkgsrc.org>2008-11-25 23:56:30 +0000
commitf91f877d3f99fd20e39de9f220b2c66a91c5de01 (patch)
treea014906d7ae5c05b40b102e222e5dff72a129dbc /sysutils
parent36d0fd4164a28efc1419bf20ed33f32daff48cec (diff)
downloadpkgsrc-f91f877d3f99fd20e39de9f220b2c66a91c5de01.tar.gz
Revert previous; automake doesn't like the symlink.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hal/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index df470075de4..f206de15c5c 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/11/25 23:40:59 jmcneill Exp $
+# $NetBSD: Makefile,v 1.7 2008/11/25 23:56:30 jmcneill Exp $
#
DISTNAME= hal-0.5.11
@@ -13,8 +13,6 @@ COMMENT= FreeDesktop hardware abstraction layer
BUILD_DEFS+= VARBASE
-HAL_DEVELOPER?= no
-
HAL_USER?= haldaemon
HAL_GROUP?= haldaemon
@@ -74,11 +72,7 @@ FILES_SUBST+= HAL_USER=${HAL_USER}
FILES_SUBST+= HAL_GROUP=${HAL_GROUP}
post-extract:
-.if !empty(HAL_DEVELOPER:Myes)
- ${LN} -sf ${FILESDIR}/hald-netbsd ${WRKSRC}/hald/netbsd
-.else
${CP} -r ${FILESDIR}/hald-netbsd ${WRKSRC}/hald/netbsd
-.endif
pre-configure:
cd ${WRKSRC} && autoreconf -vi