diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-26 08:35:01 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-26 08:35:01 +0000 |
commit | d815a1e61eed0160692994fbd7502383d7890952 (patch) | |
tree | bdb2dc8ebf60f26bc2066f43301141031f330769 /sysutils/consolekit/Makefile | |
parent | e9bd663991648d47e531a032ddfa2d155b1ef668 (diff) | |
download | pkgsrc-d815a1e61eed0160692994fbd7502383d7890952.tar.gz |
DESTDIR support.
Diffstat (limited to 'sysutils/consolekit/Makefile')
-rw-r--r-- | sysutils/consolekit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index 831f84eeb72..6c8877aaf06 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/11/25 13:40:05 hasso Exp $ +# $NetBSD: Makefile,v 1.5 2008/11/26 08:35:01 hasso Exp $ # CONSOLEKIT_VER= 0.3.0 @@ -13,6 +13,7 @@ MAINTAINER= jmcneill@NetBSD.org HOMEPAGE= http://www.freedesktop.org/wiki/Software/ConsoleKit COMMENT= Framework for defining and tracking users, login sessions, and seats +PKG_DESTDIR_SUPPORT= user-destdir PKG_SYSCONFSUBDIR= ConsoleKit EGDIR= ${PREFIX}/share/examples/consolekit |