pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/hal Revert previous; automake doesn't like th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd2cd6a73e8b
branches:  trunk
changeset: 550668:fd2cd6a73e8b
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Tue Nov 25 23:56:30 2008 +0000

description:
Revert previous; automake doesn't like the symlink.

diffstat:

 sysutils/hal/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r b682c55de6f9 -r fd2cd6a73e8b sysutils/hal/Makefile
--- a/sysutils/hal/Makefile     Tue Nov 25 23:40:59 2008 +0000
+++ b/sysutils/hal/Makefile     Tue Nov 25 23:56:30 2008 +0000
@@ -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 @@
 
 BUILD_DEFS+=           VARBASE
 
-HAL_DEVELOPER?=                no
-
 HAL_USER?=             haldaemon
 HAL_GROUP?=            haldaemon
 
@@ -74,11 +72,7 @@
 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



Home | Main Index | Thread Index | Old Index