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-HTML-FormatText-WithLinks-AndTables | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) | |
download | freebsd-ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.zip |
Support STAGEDIR.
Diffstat (limited to 'textproc/p5-HTML-FormatText-WithLinks-AndTables')
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist | 10 |
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile index d95ecc16f2a5..348b0ef110fb 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile @@ -19,7 +19,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= perl5 USE_PERL5= configure -MAN3= HTML::FormatText::WithLinks::AndTables.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist b/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist index e8f9966c9ac9..13e90925471b 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/pkg-plist @@ -1,4 +1,10 @@ +%%PERL5_MAN3%%/HTML::FormatText::WithLinks::AndTables.3.gz %%SITE_PERL%%/HTML/FormatText/WithLinks/AndTables.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormatText/WithLinks/AndTables/.packlist -@dirrm %%SITE_PERL%%/HTML/FormatText/WithLinks -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormatText/WithLinks/AndTables +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormatText/WithLinks/AndTables +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormatText/WithLinks +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FormatText +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML +@dirrmtry %%SITE_PERL%%/HTML/FormatText/WithLinks +@dirrmtry %%SITE_PERL%%/HTML/FormatText +@dirrmtry %%SITE_PERL%%/HTML |