diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-04 22:41:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-04 22:41:18 +0800 |
commit | e9b5cdf5c60b0a9d7557e0f91f1ae8978eb1b57d (patch) | |
tree | 0830b8c997491d240142a3cbadcfb920dcd63c9b /misc/p5-Locale-Msgcat | |
parent | ddd80aa3cc8700d3f294c320c6335f7de33845ac (diff) | |
download | freebsd-ports-gnome-e9b5cdf5c60b0a9d7557e0f91f1ae8978eb1b57d.tar.gz freebsd-ports-gnome-e9b5cdf5c60b0a9d7557e0f91f1ae8978eb1b57d.tar.zst freebsd-ports-gnome-e9b5cdf5c60b0a9d7557e0f91f1ae8978eb1b57d.zip |
Support STAGEDIR.
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 | 13 |
2 files changed, 7 insertions, 9 deletions
diff --git a/misc/p5-Locale-Msgcat/Makefile b/misc/p5-Locale-Msgcat/Makefile index c67668534fda..bc0fa59ff3e7 100644 --- a/misc/p5-Locale-Msgcat/Makefile +++ b/misc/p5-Locale-Msgcat/Makefile @@ -11,10 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for systems to support the XPG4 message catalog functions -MAN3= Locale::Msgcat.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Locale-Msgcat/pkg-plist b/misc/p5-Locale-Msgcat/pkg-plist index 0541ad48633d..76ed1071eff1 100644 --- a/misc/p5-Locale-Msgcat/pkg-plist +++ b/misc/p5-Locale-Msgcat/pkg-plist @@ -1,7 +1,8 @@ -%%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 +%%PERL5_MAN3%%/Locale::Msgcat.3.gz %%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 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/Msgcat.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat/Msgcat.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgcat +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Locale |