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 | 6f49283c5720314df5ab53cbe2bce1bac5b342a4 (patch) | |
tree | 8d9ab084ed6e0d3a52c1de2710cb6cd4f5890acd | |
parent | a3192a9bcca990a36b01437ecad64a47db273a1a (diff) | |
download | pkgsrc-6f49283c5720314df5ab53cbe2bce1bac5b342a4.tar.gz |
DESTDIR supported.
-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 |