diff options
author | minskim <minskim> | 2005-11-16 02:09:49 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-11-16 02:09:49 +0000 |
commit | 6291646249521b269c1311f0960147bbc30b7688 (patch) | |
tree | df018a67fb0c6713381abafee4f33cc7c6b9590d /net | |
parent | 4e7dd35ae79af399b99e4eb92f24d96a006a52ad (diff) | |
download | pkgsrc-6291646249521b269c1311f0960147bbc30b7688.tar.gz |
Fix PKGNAME when changing the version number, not DISTNAME.
Diffstat (limited to 'net')
-rw-r--r-- | net/nstx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nstx/Makefile b/net/nstx/Makefile index a88abfc78d2..eda2665342a 100644 --- a/net/nstx/Makefile +++ b/net/nstx/Makefile @@ -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 |