diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-01 10:16:24 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-01 10:16:24 +0000 |
commit | e78499e980771c1995633ade1a0844e681f90197 (patch) | |
tree | f53d1d63020d9482589752ec48a0f5914276b7c9 | |
parent | fix portlint warnings (diff) |
Add missing manpage.
Submitted by: Ayumu Kato <akato@rc5.so-net.ne.jp>
Notes
Notes:
svn path=/head/; revision=74414
-rw-r--r-- | misc/p5-Locale-Codes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index d634e4614b54..3bcd0a3a1ae0 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -18,6 +18,6 @@ PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Locale::Country.3 Locale::Constants.3 Locale::Currency.3 \ - Locale::Language.3 + Locale::Language.3 Locale::Script.3 .include <bsd.port.mk> |