diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-16 15:21:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-16 15:21:21 +0000 |
commit | bb69171e520c91749cf1f2084625505f50bca1c3 (patch) | |
tree | 15f56205dd741cd7083332f522fe54b5be966552 /wm/afterstep/Makefile | |
parent | d88df08ce71e46c85199b71c33025384c9928309 (diff) | |
download | pkgsrc-bb69171e520c91749cf1f2084625505f50bca1c3.tar.gz |
Update to 1.8.9, provided in pkg/13432 by Martti Kuparinen.
Extract from ChangeLog:
o installastheme.pl now uses the first screen depth reported by xdpyinfo
instead of the last; this fixes problems with the look not updating on
XFree86 4.x (allanon)
o removed reference to xiterm from Wharf config file; wharf now tries to
load aterm, and then xterm if that fails (allanon)
o fix to mystyle drawing as applied to empty menu drawing
o removed config reading from the pipe - was causing some compile time
problems and really was never needed.
Diffstat (limited to 'wm/afterstep/Makefile')
-rw-r--r-- | wm/afterstep/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index 4f19fc818ed..688f3c23978 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2001/07/13 14:41:20 fredb Exp $ +# $NetBSD: Makefile,v 1.13 2001/07/16 15:21:21 wiz Exp $ -DISTNAME= AfterStep-1.8.8 -PKGNAME= afterstep-1.8.8 +DISTNAME= AfterStep-1.8.9 +PKGNAME= afterstep-1.8.9 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.afterstep.org/stable/ \ ftp://ftp.digex.net/pub/X11/window-managers/afterstep/AfterStep/stable/ |