Wed Dec 3 07:38:10 2008 UTC ()
DESTDIR ready.


(hasso)
diff -r1.15 -r1.16 pkgsrc/sysutils/hal/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/sysutils/hal/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/hal/Makefile 2008/12/01 02:02:33 1.15
+++ pkgsrc/sysutils/hal/Makefile 2008/12/03 07:38:10 1.16
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.15 2008/12/01 02:02:33 jmcneill Exp $ 1# $NetBSD: Makefile,v 1.16 2008/12/03 07:38:10 hasso Exp $
2# 2#
3 3
4DISTNAME= hal-0.5.11 4DISTNAME= hal-0.5.11
5PKGREVISION= 11 5PKGREVISION= 11
6CATEGORIES= sysutils 6CATEGORIES= sysutils
7MASTER_SITES= http://hal.freedesktop.org/releases/ 7MASTER_SITES= http://hal.freedesktop.org/releases/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= jmcneill@NetBSD.org 10MAINTAINER= jmcneill@NetBSD.org
11HOMEPAGE= http://hal.freedesktop.org/ 11HOMEPAGE= http://hal.freedesktop.org/
12COMMENT= FreeDesktop hardware abstraction layer 12COMMENT= FreeDesktop hardware abstraction layer
13 13
14BUILD_DEFS+= VARBASE 14BUILD_DEFS+= VARBASE
 15PKG_DESTDIR_SUPPORT= user-destdir
15 16
16GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
17USE_DIRS+= xdg-1.4 18USE_DIRS+= xdg-1.4
18USE_PKGLOCALEDIR= YES 19USE_PKGLOCALEDIR= YES
19USE_TOOLS+= gmake intltool msgfmt perl pkg-config 20USE_TOOLS+= gmake intltool msgfmt perl pkg-config
20USE_TOOLS+= autoconf automake autoreconf 21USE_TOOLS+= autoconf automake autoreconf
21USE_LIBTOOL= YES 22USE_LIBTOOL= YES
22 23
23MAKE_DIRS= ${VARBASE}/cache/hald 24MAKE_DIRS= ${VARBASE}/cache/hald
24SPECIAL_PERMS+= ${VARBASE}/cache/hald ${HAL_USER} ${HAL_GROUP} 0644 25SPECIAL_PERMS+= ${VARBASE}/cache/hald ${HAL_USER} ${HAL_GROUP} 0644
25 26
26EGDIR= ${PREFIX}/share/examples/hal 27EGDIR= ${PREFIX}/share/examples/hal
27 28