diff options
author | ahoka <ahoka> | 2009-02-28 15:54:29 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2009-02-28 15:54:29 +0000 |
commit | 84338ac47ff6716d0cddd96e4a54ad62b10b239f (patch) | |
tree | a2227141b0112932f92ff414bcbe7ecf6a353e14 /sysutils/hal | |
parent | 418ff56565c27a99ed2e3aedbb65c85507b02a9f (diff) | |
download | pkgsrc-84338ac47ff6716d0cddd96e4a54ad62b10b239f.tar.gz |
The OWN_DIRS shouldnt be there.
Thanks goes again to Joerg.
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index ccef3b0cb00..64f4110fdf2 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2009/02/28 14:54:23 ahoka Exp $ +# $NetBSD: Makefile,v 1.36 2009/02/28 15:54:29 ahoka Exp $ DISTNAME= hal-0.5.11 PKGREVISION= 21 @@ -20,7 +20,6 @@ USE_TOOLS+= gmake intltool msgfmt perl pkg-config USE_TOOLS+= autoconf automake autoreconf USE_LIBTOOL= YES -OWN_DIRS+= /media MAKE_DIRS+= /media MAKE_DIRS+= ${VARBASE}/cache/hald SPECIAL_PERMS+= ${VARBASE}/cache/hald ${HAL_USER} ${HAL_GROUP} 0644 |