diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-27 12:17:59 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-27 12:17:59 +0000 |
commit | fd4e35831a8c407fa185cbf3a763c818415f7618 (patch) | |
tree | 9dee9b654aef1a6eff3b6ef5f0b005bf86d0353e /devel/p5-Algorithm-LCS | |
parent | 60aa3676a4ee1c2342abe634c477311e1b5762f8 (diff) |
Notes
Diffstat (limited to 'devel/p5-Algorithm-LCS')
-rw-r--r-- | devel/p5-Algorithm-LCS/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Algorithm-LCS/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Algorithm-LCS/Makefile b/devel/p5-Algorithm-LCS/Makefile index 75a9dbea85a6..88426b5709f9 100644 --- a/devel/p5-Algorithm-LCS/Makefile +++ b/devel/p5-Algorithm-LCS/Makefile @@ -14,7 +14,4 @@ COMMENT= Fast (XS) implementation of the Longest Common Subsequence Algorithm USES= perl5 USE_PERL5= configure -MAN3= Algorithm::LCS.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Algorithm-LCS/pkg-plist b/devel/p5-Algorithm-LCS/pkg-plist index 9a05c8a9d407..18bfddd1be5a 100644 --- a/devel/p5-Algorithm-LCS/pkg-plist +++ b/devel/p5-Algorithm-LCS/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Algorithm::LCS.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/LCS.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/LCS.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/LCS.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm |