diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
commit | fb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-Text-Quoted | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=333056
Diffstat (limited to 'textproc/p5-Text-Quoted')
-rw-r--r-- | textproc/p5-Text-Quoted/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Quoted/pkg-plist | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/textproc/p5-Text-Quoted/Makefile b/textproc/p5-Text-Quoted/Makefile index 8f80de009582..d2982b920d80 100644 --- a/textproc/p5-Text-Quoted/Makefile +++ b/textproc/p5-Text-Quoted/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Text::Quoted.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Quoted/pkg-plist b/textproc/p5-Text-Quoted/pkg-plist index fa8ee0de8bde..344519527a78 100644 --- a/textproc/p5-Text-Quoted/pkg-plist +++ b/textproc/p5-Text-Quoted/pkg-plist @@ -1,4 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Quoted/.packlist +%%PERL5_MAN3%%/Text::Quoted.3.gz %%SITE_PERL%%/Text/Quoted.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Quoted +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Quoted/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Quoted +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text @dirrmtry %%SITE_PERL%%/Text |