diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-12-31 11:31:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-12-31 11:31:09 +0000 |
commit | a7e7020396319a637bbba236a3d537df8d715df7 (patch) | |
tree | 58ee615b30c8cf89b4b3594e6e032fd80e7f90d6 /misc | |
parent | e8f3342d0630cf25a80f442ec2c681f340018ed6 (diff) | |
download | ports-a7e7020396319a637bbba236a3d537df8d715df7.tar.gz ports-a7e7020396319a637bbba236a3d537df8d715df7.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-Msgcat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/p5-Locale-Msgcat/Makefile b/misc/p5-Locale-Msgcat/Makefile index fb97fe46fa3b..9208fcf22996 100644 --- a/misc/p5-Locale-Msgcat/Makefile +++ b/misc/p5-Locale-Msgcat/Makefile @@ -11,12 +11,12 @@ CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale PKGNAMEPREFIX= p5- -MAN3= Locale::Msgcat.3 MAINTAINER= gioria@FreeBSD.org -COMMENT= A small Perl module for systems to support the XPG4 message catalog functions +COMMENT= Perl module for systems to support the XPG4 message catalog functions -PERL_CONFIGURE= YES +MAN3= Locale::Msgcat.3 +PERL_CONFIGURE= YES .include <bsd.port.mk> |