diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 16:16:27 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 16:16:27 +0000 |
commit | 0b7b87e184c9a2a36a528475394319928353ea17 (patch) | |
tree | 6a778fc7c526ed21ddd863bb21a4aff0ee35735b | |
parent | Remove unnecessary PKGNAME which is obsoleted by PKGNAMEPREFIX. (diff) |
fix typo
-rw-r--r-- | irc/p5-IRC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile index 3dbcfe8fb0ed..faa325a62e24 100644 --- a/irc/p5-IRC/Makefile +++ b/irc/p5-IRC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= p5-IRC -PORTVERSION 0.62 +PORTVERSION= 0.62 CATEGORIES= irc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net |