diff options
author | wiz <wiz> | 2001-02-19 15:16:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-19 15:16:54 +0000 |
commit | 080d703d6c3e5003fd688ac7446655ffe1e2d64c (patch) | |
tree | eb58507ff0a3ffd70018de11197a97e45eac83b2 /textproc | |
parent | 5a1d624aae6df0bd9023b7720f057e60766ee157 (diff) | |
download | pkgsrc-080d703d6c3e5003fd688ac7446655ffe1e2d64c.tar.gz |
On second thought, try to make the version number more sane -- move 'b'
into DISTNAME.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/makeztxt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/makeztxt/Makefile b/textproc/makeztxt/Makefile index a29620a45ec..1bb03450af6 100644 --- a/textproc/makeztxt/Makefile +++ b/textproc/makeztxt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2001/02/19 15:14:58 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/19 15:16:54 wiz Exp $ # -DISTNAME= ${PKGNAME}-src -PKGNAME= makeztxt-1.40b +DISTNAME= ${PKGNAME}b-src +PKGNAME= makeztxt-1.40 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= textproc converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gutenpalm/} |