diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-11 18:48:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-11 18:48:08 +0800 |
commit | 678f21a0f587a682012bc8ee4207c0175f66c4d0 (patch) | |
tree | eed46e1daf7037953bd8785e67f9c4d07e60af01 | |
parent | 52c567b861f1f24c19a33e1d724f02c271b2aebe (diff) | |
download | freebsd-ports-gnome-678f21a0f587a682012bc8ee4207c0175f66c4d0.tar.gz freebsd-ports-gnome-678f21a0f587a682012bc8ee4207c0175f66c4d0.tar.zst freebsd-ports-gnome-678f21a0f587a682012bc8ee4207c0175f66c4d0.zip |
- Sort MAN3
-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> |