diff options
author | demon <demon@FreeBSD.org> | 2003-02-01 18:16:24 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-02-01 18:16:24 +0800 |
commit | 8e326d5258667b4ff90422188d7df5daa6a9c486 (patch) | |
tree | adf3bd6cb58e4b276a0c37b45708a86260c64447 /misc | |
parent | e529251a306c99acf9250c449ab8b71548176ed7 (diff) | |
download | freebsd-ports-gnome-8e326d5258667b4ff90422188d7df5daa6a9c486.tar.gz freebsd-ports-gnome-8e326d5258667b4ff90422188d7df5daa6a9c486.tar.zst freebsd-ports-gnome-8e326d5258667b4ff90422188d7df5daa6a9c486.zip |
Add missing manpage.
Submitted by: Ayumu Kato <akato@rc5.so-net.ne.jp>
Diffstat (limited to 'misc')
-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> |