diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-01 23:26:14 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-01 23:26:14 +0000 |
commit | 86a950e0589560ad68852891a6b01bff88254f5c (patch) | |
tree | 5513d7360296071a3ff2fabd05cc93fbf334057e /wm/dwm/Makefile | |
parent | 28863a3f16d553db07bddef734202571fbf40591 (diff) | |
download | pkgsrc-86a950e0589560ad68852891a6b01bff88254f5c.tar.gz |
Update to dwm-5.6.1. From maintainer in private mail. Changes:
- fixed Xinerama support with screens with the same origin geometry
- fixed aspect ratio applications
- several corrections to the man page
Diffstat (limited to 'wm/dwm/Makefile')
-rw-r--r-- | wm/dwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/dwm/Makefile b/wm/dwm/Makefile index 00278f03352..332145f1594 100644 --- a/wm/dwm/Makefile +++ b/wm/dwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2009/07/15 20:35:18 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2009/08/01 23:26:14 tnn Exp $ # -DISTNAME= dwm-5.6 +DISTNAME= dwm-5.6.1 CATEGORIES= wm MASTER_SITES= http://code.suckless.org/dl/dwm/ |