diff options
author | obache <obache> | 2007-12-10 13:25:58 +0000 |
---|---|---|
committer | obache <obache> | 2007-12-10 13:25:58 +0000 |
commit | f26c2a06288d7e8880274c38443614ef0cea8f13 (patch) | |
tree | cd8021952f3b46c5e4893e8f1f1e5c652de0fb23 /wm | |
parent | e8686faaf7ce9f8a0dc7ab99072a7daa86291bd4 (diff) | |
download | pkgsrc-f26c2a06288d7e8880274c38443614ef0cea8f13.tar.gz |
DESTDIR ready.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/wmi/Makefile b/wm/wmi/Makefile index 0161fada9f2..cf8e63a4a4b 100644 --- a/wm/wmi/Makefile +++ b/wm/wmi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/03/25 07:37:54 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2007/12/10 13:25:58 obache Exp $ # DISTNAME= wmi-10 @@ -13,6 +13,8 @@ COMMENT= Minimalist, flexible and highly customizable window manager USE_LANGUAGES= c c++ GNU_CONFIGURE= yes +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libSM/buildlink3.mk" |