pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/windowmaker Derive PKGNAME from DISTNAME. While he...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aededd2eb8eb
branches:  trunk
changeset: 475354:aededd2eb8eb
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri May 14 22:08:16 2004 +0000

description:
Derive PKGNAME from DISTNAME.  While here, fix a typo in a comment.

diffstat:

 wm/windowmaker/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 5a56f846c484 -r aededd2eb8eb wm/windowmaker/Makefile
--- a/wm/windowmaker/Makefile   Fri May 14 21:10:54 2004 +0000
+++ b/wm/windowmaker/Makefile   Fri May 14 22:08:16 2004 +0000
@@ -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 @@
 #      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
 



Home | Main Index | Thread Index | Old Index