aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Locale-Codes
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2010-11-24 23:53:40 +0800
committerdemon <demon@FreeBSD.org>2010-11-24 23:53:40 +0800
commit34f35b5bdfb4cea850e69022fe138aa517dc39dd (patch)
tree179e37b93363ee0cff70a14d935b48fc95eb40ae /misc/p5-Locale-Codes
parentc706a525eb6a7f0d33dfaaac95a2d6c0cab68015 (diff)
downloadfreebsd-ports-gnome-34f35b5bdfb4cea850e69022fe138aa517dc39dd.tar.gz
freebsd-ports-gnome-34f35b5bdfb4cea850e69022fe138aa517dc39dd.tar.zst
freebsd-ports-gnome-34f35b5bdfb4cea850e69022fe138aa517dc39dd.zip
Add missing man-pages.
Diffstat (limited to 'misc/p5-Locale-Codes')
-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>