diff options
author | erwin <erwin@FreeBSD.org> | 2003-12-31 19:31:09 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-12-31 19:31:09 +0800 |
commit | c2900c5bb6e96e0839939866f882cbdd3e98ed37 (patch) | |
tree | 07dc45b6697c43a54869066ea53b3cd47c3730da /misc | |
parent | 21ada92b51422ae1aa8684d5f0b0d1c3a4e9ff71 (diff) | |
download | freebsd-ports-gnome-c2900c5bb6e96e0839939866f882cbdd3e98ed37.tar.gz freebsd-ports-gnome-c2900c5bb6e96e0839939866f882cbdd3e98ed37.tar.zst freebsd-ports-gnome-c2900c5bb6e96e0839939866f882cbdd3e98ed37.zip |
Pet portlint
Approved by: maintainer
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> |