summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-11-25 23:56:30 +0000
committerjmcneill <jmcneill>2008-11-25 23:56:30 +0000
commitf382579dc4ef58e70abb8e74c85341fe5c71c074 (patch)
treea014906d7ae5c05b40b102e222e5dff72a129dbc /sysutils
parentc20408230e5550a2d769ace0a706827740f97ad1 (diff)
downloadpkgsrc-f382579dc4ef58e70abb8e74c85341fe5c71c074.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