diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 02:44:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 02:44:49 +0800 |
commit | 09ae3756e1beb0876296f62b02c29e5ac1979b00 (patch) | |
tree | b37365157bfbacbac5f6c33401e3be62dc2a1ec2 /misc/p5-Text-FIGlet | |
parent | 6db8c2563b3a3406296b6d46c35913e14240553c (diff) | |
download | freebsd-ports-gnome-09ae3756e1beb0876296f62b02c29e5ac1979b00.tar.gz freebsd-ports-gnome-09ae3756e1beb0876296f62b02c29e5ac1979b00.tar.zst freebsd-ports-gnome-09ae3756e1beb0876296f62b02c29e5ac1979b00.zip |
- Support STAGEDIR
Diffstat (limited to 'misc/p5-Text-FIGlet')
-rw-r--r-- | misc/p5-Text-FIGlet/Makefile | 12 | ||||
-rw-r--r-- | misc/p5-Text-FIGlet/pkg-plist | 10 |
2 files changed, 10 insertions, 12 deletions
diff --git a/misc/p5-Text-FIGlet/Makefile b/misc/p5-Text-FIGlet/Makefile index a802a78d502f..402bef47c865 100644 --- a/misc/p5-Text-FIGlet/Makefile +++ b/misc/p5-Text-FIGlet/Makefile @@ -21,16 +21,4 @@ TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ USE_PERL5= configure USES= perl5 -MAN1= charmap.pl.1 \ - figlet.pl.1 \ - minifig.pl.1 \ - showfigfonts.pl.1 -MAN3= Text::FIGlet.3 \ - Text::FIGlet::Control.3 \ - Text::FIGlet::Font.3 \ - Text::FIGlet::Illuminated.3 \ - Text::FIGlet::LICENSE.3 \ - Text::FIGlet::Ransom.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/misc/p5-Text-FIGlet/pkg-plist b/misc/p5-Text-FIGlet/pkg-plist index bb071883179c..fb88aa79c30f 100644 --- a/misc/p5-Text-FIGlet/pkg-plist +++ b/misc/p5-Text-FIGlet/pkg-plist @@ -9,6 +9,16 @@ bin/showfigfonts.pl %%SITE_PERL%%/Text/FIGlet/LICENSE.pod %%SITE_PERL%%/Text/FIGlet/Ransom.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FIGlet/.packlist +%%PERL5_MAN3%%/Text::FIGlet.3.gz +%%PERL5_MAN3%%/Text::FIGlet::Control.3.gz +%%PERL5_MAN3%%/Text::FIGlet::Font.3.gz +%%PERL5_MAN3%%/Text::FIGlet::Illuminated.3.gz +%%PERL5_MAN3%%/Text::FIGlet::LICENSE.3.gz +%%PERL5_MAN3%%/Text::FIGlet::Ransom.3.gz +man/man1/charmap.pl.1.gz +man/man1/figlet.pl.1.gz +man/man1/minifig.pl.1.gz +man/man1/showfigfonts.pl.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FIGlet @dirrm %%SITE_PERL%%/Text/FIGlet @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text |