diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-07 19:11:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-07 19:11:04 +0000 |
commit | debf463ccfd82d4f8054bdf915778f12836620e2 (patch) | |
tree | 8d9ab084ed6e0d3a52c1de2710cb6cd4f5890acd /sysutils/hal-info | |
parent | f18e3d21a6cc65ade766dc2d5161c65a56ef4dfe (diff) | |
download | pkgsrc-debf463ccfd82d4f8054bdf915778f12836620e2.tar.gz |
DESTDIR supported.
Diffstat (limited to 'sysutils/hal-info')
-rw-r--r-- | sysutils/hal-info/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile index 26d0200c957..e6dfeb314c9 100644 --- a/sysutils/hal-info/Makefile +++ b/sysutils/hal-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/01/07 22:18:16 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/02/07 19:11:04 joerg Exp $ # DISTNAME= hal-info-20081219 @@ -9,6 +9,8 @@ MAINTAINER= jmcneill@NetBSD.org HOMEPAGE= http://hal.freedesktop.org/ COMMENT= FreeDesktop hardware abstraction layer (info subpackage) +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_DIRS+= xdg-1.4 USE_PKGLOCALEDIR= YES |