diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-11 10:48:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-11 10:48:08 +0000 |
commit | ce09a9b96132fc4f5301bfd6eb84c0a4bf9c08f5 (patch) | |
tree | 8315a5f86963558ae699abcca09da8f257cfff36 /devel/p5-Locale-Maketext/Makefile | |
parent | 4f0822c7dfa3d4d705fb7cbf2d2674b852eb9ec1 (diff) |
Notes
Diffstat (limited to 'devel/p5-Locale-Maketext/Makefile')
-rw-r--r-- | devel/p5-Locale-Maketext/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Locale-Maketext/Makefile b/devel/p5-Locale-Maketext/Makefile index 467d5724f5f8..e51716789dd7 100644 --- a/devel/p5-Locale-Maketext/Makefile +++ b/devel/p5-Locale-Maketext/Makefile @@ -17,13 +17,13 @@ COMMENT= A framework for software localization and inheritance-based lexicons LICENSE_COMB= dual LICENSE= ART20 GPLv1 -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes MAN3= Locale::Maketext.3 \ - Locale::Maketext::TPJ13.3 \ - Locale::Maketext::GutsLoader.3 \ + Locale::Maketext::Cookbook.3 \ Locale::Maketext::Guts.3 \ - Locale::Maketext::Cookbook.3 + Locale::Maketext::GutsLoader.3 \ + Locale::Maketext::TPJ13.3 .include <bsd.port.pre.mk> |