pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/afterstep1 Derive PKGNAME from DISTNAME.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/023b743d612d
branches:  trunk
changeset: 487454:023b743d612d
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Jan 14 13:39:59 2005 +0000

description:
Derive PKGNAME from DISTNAME.

diffstat:

 wm/afterstep1/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 965599860ad9 -r 023b743d612d wm/afterstep1/Makefile
--- a/wm/afterstep1/Makefile    Fri Jan 14 13:39:24 2005 +0000
+++ b/wm/afterstep1/Makefile    Fri Jan 14 13:39:59 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/14 13:36:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/14 13:39:59 jmmv Exp $
 
 DISTNAME=      AfterStep-1.8.11
-PKGNAME=       afterstep-1.8.11
+PKGNAME=       ${DISTNAME:S/AfterStep/afterstep/}
 PKGREVISION=   2
 CATEGORIES=    x11 wm
 MASTER_SITES=  ftp://ftp.afterstep.org/stable/ \



Home | Main Index | Thread Index | Old Index