pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/evilwm oops, derive PKGNAME from DISTNAME, as usual.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beb82eb74f86
branches:  trunk
changeset: 461482:beb82eb74f86
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Sep 16 19:23:34 2003 +0000

description:
oops, derive PKGNAME from DISTNAME, as usual.

diffstat:

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

diffs (14 lines):

diff -r 592efea467d6 -r beb82eb74f86 wm/evilwm/Makefile
--- a/wm/evilwm/Makefile        Tue Sep 16 19:19:29 2003 +0000
+++ b/wm/evilwm/Makefile        Tue Sep 16 19:23:34 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2003/09/16 19:17:38 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/16 19:23:34 xtraeme Exp $
 #
 
 DISTNAME=      evilwm_0.99.15.orig
-PKGNAME=       evilwm-0.99.15
+PKGNAME=       ${DISTNAME:S/.orig//:S/_/-/}
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/_/-/}
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=evilwm/}



Home | Main Index | Thread Index | Old Index