diff options
author | thorpej <thorpej@pkgsrc.org> | 2000-07-16 21:32:47 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2000-07-16 21:32:47 +0000 |
commit | a390cf4709c03df3c384281fc3267fcdfcb0bd55 (patch) | |
tree | df3b760d6b95763233ec3896402efcb6ec4e4116 /devel | |
parent | cdd5cf3054cbd1e0108ab10c313d05d8dc063b7f (diff) | |
download | pkgsrc-a390cf4709c03df3c384281fc3267fcdfcb0bd55.tar.gz |
Include the version in the package name.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile index 5c06bfd81cf..e6543d03048 100644 --- a/devel/p5-Expect/Makefile +++ b/devel/p5-Expect/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/07/16 17:09:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2000/07/16 21:32:47 thorpej Exp $ DISTNAME= Expect.pm-1.07 -PKGNAME= p5-expect +PKGNAME= p5-expect-1.07 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/} |