diff options
author | itohy <itohy@pkgsrc.org> | 2000-07-18 23:07:46 +0000 |
---|---|---|
committer | itohy <itohy@pkgsrc.org> | 2000-07-18 23:07:46 +0000 |
commit | 71847d8df257c5cba6c9764699f80371721794d2 (patch) | |
tree | 931aed5dc82aa5b7b1d2f72fbe896a2a477d533c /graphics/plotutils | |
parent | 41565a8e82898b9f3e027c49548add9102e7826c (diff) | |
download | pkgsrc-71847d8df257c5cba6c9764699f80371721794d2.tar.gz |
Rename PKGNAME of plotutils to "plotutils-2.3nb1" as suggested.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index fa485ea0b61..7aeb300fc50 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2000/07/18 07:41:24 itohy Exp $ +# $NetBSD: Makefile,v 1.8 2000/07/18 23:07:46 itohy Exp $ # DISTNAME= plotutils-2.3 -# ".0" is added to distinguish libplotter enabled version and existent pkg. +# "nb1" is added to distinguish libplotter enabled version and existent pkg. # If you update the base source above 2.3, this hack will no longer needed. -PKGNAME= plotutils-2.3.0 +PKGNAME= plotutils-2.3nb1 CATEGORIES= devel graphics x11 MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/} |