diff options
author | erwin <erwin@FreeBSD.org> | 2003-12-31 18:54:40 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-12-31 18:54:40 +0800 |
commit | 21ada92b51422ae1aa8684d5f0b0d1c3a4e9ff71 (patch) | |
tree | 8c32e6f1e2f2a160d0d945315ae8e4dbdb74b43a /misc/p5-Locale-Msgcat | |
parent | 1d93bf4ade03e050506aa65f9f55d1827434d4b6 (diff) | |
download | freebsd-ports-gnome-21ada92b51422ae1aa8684d5f0b0d1c3a4e9ff71.tar.gz freebsd-ports-gnome-21ada92b51422ae1aa8684d5f0b0d1c3a4e9ff71.tar.zst freebsd-ports-gnome-21ada92b51422ae1aa8684d5f0b0d1c3a4e9ff71.zip |
Fix PLIST
PR: 56694
Submitted by: leeym
Approved by: maintainer
Diffstat (limited to 'misc/p5-Locale-Msgcat')
-rw-r--r-- | misc/p5-Locale-Msgcat/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Locale-Msgcat/pkg-plist | 15 |
2 files changed, 9 insertions, 9 deletions
diff --git a/misc/p5-Locale-Msgcat/Makefile b/misc/p5-Locale-Msgcat/Makefile index c501a4cb5576..fb97fe46fa3b 100644 --- a/misc/p5-Locale-Msgcat/Makefile +++ b/misc/p5-Locale-Msgcat/Makefile @@ -11,9 +11,10 @@ CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale PKGNAMEPREFIX= p5- +MAN3= Locale::Msgcat.3 MAINTAINER= gioria@FreeBSD.org -COMMENT= Msgcat, a small Perl module for systems to support the XPG4 message catalog functions +COMMENT= A small Perl module for systems to support the XPG4 message catalog functions PERL_CONFIGURE= YES diff --git a/misc/p5-Locale-Msgcat/pkg-plist b/misc/p5-Locale-Msgcat/pkg-plist index aa2d54d2d6ff..0541ad48633d 100644 --- a/misc/p5-Locale-Msgcat/pkg-plist +++ b/misc/p5-Locale-Msgcat/pkg-plist @@ -1,8 +1,7 @@ -lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat/Msgcat.so -lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat/Msgcat.bs -lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat/.packlist -lib/perl5/site_perl/%%PERL_VERSION%%/mach/Locale/Msgcat.pm -lib/perl5/%%PERL_VERSION%%/man/man3/Locale::Msgcat.3 -@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale/Msgcat -@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/auto/Locale -@dirrm lib/perl5/site_perl/%%PERL_VERSION%%/mach/Locale +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/Msgcat.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/Msgcat.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/Locale/Msgcat.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Locale |