diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-07-25 05:50:23 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-07-25 05:50:23 +0000 |
commit | ba7ad79292ee2c9befaffb1419aecd598ae48fe0 (patch) | |
tree | a3ddd1c7fcdd0d07c2c273178a7ce9a86fd6f851 /textproc/p5-Text-ASCIITable | |
parent | 3f47a6103018d606b8cd346b0a13cb053e342b0e (diff) | |
download | ports-ba7ad79292ee2c9befaffb1419aecd598ae48fe0.tar.gz ports-ba7ad79292ee2c9befaffb1419aecd598ae48fe0.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-ASCIITable')
-rw-r--r-- | textproc/p5-Text-ASCIITable/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-ASCIITable/pkg-plist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/textproc/p5-Text-ASCIITable/Makefile b/textproc/p5-Text-ASCIITable/Makefile index 690754c59373..035661ad9125 100644 --- a/textproc/p5-Text-ASCIITable/Makefile +++ b/textproc/p5-Text-ASCIITable/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Create a nice formatted table using ASCII characters -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Text::ASCIITable.3 \ Text::ASCIITable::Wrap.3 diff --git a/textproc/p5-Text-ASCIITable/pkg-plist b/textproc/p5-Text-ASCIITable/pkg-plist index f75c707205f8..0aadf961c784 100644 --- a/textproc/p5-Text-ASCIITable/pkg-plist +++ b/textproc/p5-Text-ASCIITable/pkg-plist @@ -1,8 +1,5 @@ %%SITE_PERL%%/Text/ASCIITable.pm %%SITE_PERL%%/Text/ASCIITable/Wrap.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ASCIITable/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ASCIITable -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text @dirrm %%SITE_PERL%%/Text/ASCIITable @dirrmtry %%SITE_PERL%%/Text %%PORTDOCS%%%%EXAMPLESDIR%%/ansi-example.pl |