summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2010-11-24 15:53:40 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2010-11-24 15:53:40 +0000
commit46b27de1855dfbf08cc3103a29d5c831c5de3f9d (patch)
treee7394d9de744ac551b1c57b14dd082531b5c7857 /misc
parentada37ff89aba306794cc0dc7e2e9e0e7f51ed3cf (diff)
downloadfreebsd-ports-46b27de1855dfbf08cc3103a29d5c831c5de3f9d.zip
Add missing man-pages.
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Locale-Codes/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile
index 4a7078a7f50d..4b8dd58509e8 100644
--- a/misc/p5-Locale-Codes/Makefile
+++ b/misc/p5-Locale-Codes/Makefile
@@ -16,7 +16,10 @@ COMMENT= Perl5 module providing access to ISO3166 and ISO639 Country Codes
PERL_CONFIGURE= YES
-MAN3= Locale::Country.3 Locale::Constants.3 Locale::Currency.3 \
+MAN3= Locale::Codes.3 Locale::Codes::Changes.3 \
+ Locale::Codes::Country.3 Locale::Codes::Currency.3 \
+ Locale::Codes::Language.3 Locale::Codes::Script.3 \
+ Locale::Country.3 Locale::Constants.3 Locale::Currency.3 \
Locale::Language.3 Locale::Script.3
.include <bsd.port.mk>