diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-12 17:33:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-12 17:33:51 +0000 |
commit | 19df0f2ffa2a05cfe445896c776802f0ebca9cda (patch) | |
tree | f9a62c548a84af048ae59ff8617e3f3d19377191 /security | |
parent | ac1b3c70f25c1f8859cecba8122554287199bf4f (diff) | |
download | pkgsrc-19df0f2ffa2a05cfe445896c776802f0ebca9cda.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'security')
-rw-r--r-- | security/policykit-gnome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/policykit-gnome/Makefile b/security/policykit-gnome/Makefile index 2ca1d2ff3f6..8b91ba6b9d7 100644 --- a/security/policykit-gnome/Makefile +++ b/security/policykit-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/22 03:34:55 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/12 17:33:51 joerg Exp $ # POLICYKIT_GNOME_VER= 0.9.2 @@ -12,6 +12,8 @@ MAINTAINER= jmcneill@NetBSD.org HOMEPAGE= http://hal.freedesktop.org/ COMMENT= GNOME dialogs for PolicyKit +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEFS+= VARBASE GNU_CONFIGURE= YES |