diff options
author | hasso <hasso@pkgsrc.org> | 2008-12-03 07:38:10 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-12-03 07:38:10 +0000 |
commit | d66a17eeca5c84f60b38e0f02ee7d6101f13b009 (patch) | |
tree | bac0e834b7e14562ff7583614c157a690fbcc2b4 /sysutils/hal | |
parent | fd9f0e3c8d003847be4dc0403d6004cd3813155f (diff) | |
download | pkgsrc-d66a17eeca5c84f60b38e0f02ee7d6101f13b009.tar.gz |
DESTDIR ready.
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 4866ad51b33..e405d6f89c6 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/12/01 02:02:33 jmcneill Exp $ +# $NetBSD: Makefile,v 1.16 2008/12/03 07:38:10 hasso Exp $ # DISTNAME= hal-0.5.11 @@ -12,6 +12,7 @@ HOMEPAGE= http://hal.freedesktop.org/ COMMENT= FreeDesktop hardware abstraction layer BUILD_DEFS+= VARBASE +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_DIRS+= xdg-1.4 |