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 | 4ad244e4f7cfd7e6b4f95c6e1bc42266f653c186 (patch) | |
tree | f9a62c548a84af048ae59ff8617e3f3d19377191 | |
parent | 55f8fe502ec37053357eae4a6014a8827fcb41f0 (diff) | |
download | pkgsrc-4ad244e4f7cfd7e6b4f95c6e1bc42266f653c186.tar.gz |
Supports DESTDIR.
-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 |