diff options
author | ahoka <ahoka> | 2009-02-28 15:54:29 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2009-02-28 15:54:29 +0000 |
commit | 62a3737624a6570b0e43f0ec5a1e8d952c10849a (patch) | |
tree | a2227141b0112932f92ff414bcbe7ecf6a353e14 /sysutils/hal | |
parent | 2c92d85fd992e36ccb62e84c4599a5594e2aed4f (diff) | |
download | pkgsrc-62a3737624a6570b0e43f0ec5a1e8d952c10849a.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 |