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 | 18936f4a65162e217893a4c0bf4771458e1232cd (patch) | |
tree | 0ef1febd839621aa25ff208b09330b2e8f05aa69 /wm/olvwm | |
parent | ffcb15ec665ab6933e90d6067d6bc9d88840d7b8 (diff) | |
download | pkgsrc-18936f4a65162e217893a4c0bf4771458e1232cd.tar.gz |
- Add PKG_DESTDIR_SUPPORT
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
Diffstat (limited to 'wm/olvwm')
-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 |