diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /wm/cwm | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'wm/cwm')
-rw-r--r-- | wm/cwm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/cwm/Makefile b/wm/cwm/Makefile index ea26dd6ac29..295204ce7ce 100644 --- a/wm/cwm/Makefile +++ b/wm/cwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/12/27 13:37:41 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= cwm-3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://monkey.org/~marius/cwm/ COMMENT= Window manager for X11 initially inspired by evilwm +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |