diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-14 22:08:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-14 22:08:16 +0000 |
commit | 213e2675e5a7660ad08d8a038910441a388691cb (patch) | |
tree | 7950106a708c28efdbf4d01854362f7f121ad3a3 /wm | |
parent | 563b461fa189313b1c87078c69ae4aff938bfac5 (diff) | |
download | pkgsrc-213e2675e5a7660ad08d8a038910441a388691cb.tar.gz |
Derive PKGNAME from DISTNAME. While here, fix a typo in a comment.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/windowmaker/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 9cba16ff5b1..666ead7fdf1 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2004/04/24 22:46:12 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2004/05/14 22:08:16 jmmv Exp $ DISTNAME= WindowMaker-0.80.2 -PKGNAME= windowmaker-0.80.2 +PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} PKGREVISION= 3 CATEGORIES= x11 wm windowmaker MASTER_SITES= ftp://ftp.windowmaker.org/pub/source/release/ \ @@ -49,7 +49,7 @@ CONF_FILES+= ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f # gnome enable support for GNOME window manager hints # openlook enable support for OPEN LOOK(tm) window manager hints # lite remove Window Maker redundancies with KDE and GNOME -# (this option is broke in WindowMaker 0.65.x) +# (this option is broken in WindowMaker 0.65.x) # WINDOWMAKER_OPTIONS?= gnome kde openlook |