diff options
author | lth <lth@FreeBSD.org> | 2006-07-25 13:50:23 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2006-07-25 13:50:23 +0800 |
commit | 5e552622966f99d79b1b19050956a6664ef4e5b2 (patch) | |
tree | 0ea90b1b5617267bc017cfa49c093ba4678bc369 /textproc | |
parent | 288ee3f4a857ca974e9c12794146704e84603da8 (diff) | |
download | freebsd-ports-gnome-5e552622966f99d79b1b19050956a6664ef4e5b2.tar.gz freebsd-ports-gnome-5e552622966f99d79b1b19050956a6664ef4e5b2.tar.zst freebsd-ports-gnome-5e552622966f99d79b1b19050956a6664ef4e5b2.zip |
Fix package building
PR: ports/100791
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'textproc')
-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 |