diff options
Diffstat (limited to 'wm/w9wm/Makefile')
-rw-r--r-- | wm/w9wm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/w9wm/Makefile b/wm/w9wm/Makefile index 44aa16f02a6..2fc6d675d80 100644 --- a/wm/w9wm/Makefile +++ b/wm/w9wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/12/18 17:13:49 rumble Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/20 01:09:40 joerg Exp $ DISTNAME= w9wm-0.4.2 PKGREVISION= 1 @@ -8,6 +8,8 @@ MASTER_SITES= http://www.grassouille.org/code/w9wm/src/ HOMEPAGE= http://www.grassouille.org/code/w9wm.en.html COMMENT= 8 1/2-like Window Manager for X with virtual desktops +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${DISTNAME}.orig USE_IMAKE= yes |