diff options
author | abs <abs@pkgsrc.org> | 2009-12-10 20:37:36 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-12-10 20:37:36 +0000 |
commit | 3981a1da64d5b6636af0fa0940031f390ad8de5b (patch) | |
tree | 0ef1febd839621aa25ff208b09330b2e8f05aa69 /wm | |
parent | 35d1674f84498e8ff839d6ba95517defdb5731aa (diff) | |
download | pkgsrc-3981a1da64d5b6636af0fa0940031f390ad8de5b.tar.gz |
- Add PKG_DESTDIR_SUPPORT
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
Diffstat (limited to 'wm')
-rw-r--r-- | wm/olvwm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/wm/olvwm/Makefile b/wm/olvwm/Makefile index 4fbe71e9689..5be2a89d889 100644 --- a/wm/olvwm/Makefile +++ b/wm/olvwm/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2008/08/30 20:04:53 dholland Exp $ +# $NetBSD: Makefile,v 1.18 2009/12/10 20:38:07 abs Exp $ # DISTNAME= olvwm4.src4 PKGNAME= olvwm-4.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 wm MASTER_SITES= http://home.nyc.rr.com/twopks/olvwm/ @@ -13,6 +13,9 @@ COMMENT= Open Look Virtual Window Manager DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients +LICENSE= sun-openlook-license +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} USE_IMAKE= yes |