diff options
Diffstat (limited to 'sysutils/hal/Makefile')
-rw-r--r-- | sysutils/hal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index de29a4889e1..028b5a18586 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2008/11/27 01:45:00 jmcneill Exp $ +# $NetBSD: Makefile,v 1.10 2008/11/27 03:32:19 jmcneill Exp $ # DISTNAME= hal-0.5.11 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ EXTRACT_SUFX= .tar.bz2 @@ -76,6 +76,7 @@ FILES_SUBST+= HAL_GROUP=${HAL_GROUP} post-extract: ${CP} -r ${FILESDIR}/hald-netbsd ${WRKSRC}/hald/netbsd + ${CP} -r ${FILESDIR}/tools-netbsd ${WRKSRC}/tools/netbsd pre-configure: cd ${WRKSRC} && autoreconf -vi |