pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nstx Fix PKGNAME when changing the version number,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0343cd637550
branches:  trunk
changeset: 503211:0343cd637550
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Nov 16 02:09:49 2005 +0000

description:
Fix PKGNAME when changing the version number, not DISTNAME.

diffstat:

 net/nstx/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 2ff8cd2158b6 -r 0343cd637550 net/nstx/Makefile
--- a/net/nstx/Makefile Wed Nov 16 02:08:23 2005 +0000
+++ b/net/nstx/Makefile Wed Nov 16 02:09:49 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2005/11/16 02:07:51 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2005/11/16 02:09:49 minskim Exp $
 #
 
-DISTNAME=              nstx-1.1beta6
+DISTNAME=              nstx-1.1-beta6
+PKGNAME=               ${DISTNAME:S/-beta/beta/}
 CATEGORIES=            net
 MASTER_SITES=          http://nstx.dereference.de/nstx/
 EXTRACT_SUFX=          .tgz



Home | Main Index | Thread Index | Old Index