pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/filerunner Derive PKGNAME from DISTNAME.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d44aef47f164
branches:  trunk
changeset: 462112:d44aef47f164
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Sep 26 10:53:54 2003 +0000

description:
Derive PKGNAME from DISTNAME.

diffstat:

 x11/filerunner/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r a082f76a5c6d -r d44aef47f164 x11/filerunner/Makefile
--- a/x11/filerunner/Makefile   Fri Sep 26 10:44:37 2003 +0000
+++ b/x11/filerunner/Makefile   Fri Sep 26 10:53:54 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2003/09/25 22:01:26 recht Exp $
+# $NetBSD: Makefile,v 1.20 2003/09/26 10:53:54 jmmv Exp $
 # $FreeBSD Id: Makefile,v 1.12 1998/02/24 21:43:11 jseger Exp
 #
 
 DISTNAME=      FileRunner-2.5.1
-PKGNAME=       filerunner-2.5.1
+PKGNAME=       ${DISTNAME:S/FileRunner/filerunner/}
 CATEGORIES=    x11
 MASTER_SITES=  http://www.cd.chalmers.se/~hch/
 



Home | Main Index | Thread Index | Old Index