diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-04 22:49:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-04 22:49:24 +0800 |
commit | 6345fabcc75dcb80b7947ca00088d9922051aed3 (patch) | |
tree | bd20ebeefbea33791e0a298775ba7031782860d0 /games/p5-Algorithm-Pair-Best | |
parent | 927e225c04fdd67b5445a714ef0d7c18f08fe79c (diff) | |
download | freebsd-ports-gnome-6345fabcc75dcb80b7947ca00088d9922051aed3.tar.gz freebsd-ports-gnome-6345fabcc75dcb80b7947ca00088d9922051aed3.tar.zst freebsd-ports-gnome-6345fabcc75dcb80b7947ca00088d9922051aed3.zip |
Support STAGEDIR.
Diffstat (limited to 'games/p5-Algorithm-Pair-Best')
-rw-r--r-- | games/p5-Algorithm-Pair-Best/Makefile | 3 | ||||
-rw-r--r-- | games/p5-Algorithm-Pair-Best/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/p5-Algorithm-Pair-Best/Makefile b/games/p5-Algorithm-Pair-Best/Makefile index 3589e9bc89b5..1a3b2d50f893 100644 --- a/games/p5-Algorithm-Pair-Best/Makefile +++ b/games/p5-Algorithm-Pair-Best/Makefile @@ -15,7 +15,4 @@ DEPRECATED= Use games/p5-Algorithm-Pair-Best2 instead USES= perl5 USE_PERL5= configure -MAN3= Algorithm::Pair::Best.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/games/p5-Algorithm-Pair-Best/pkg-plist b/games/p5-Algorithm-Pair-Best/pkg-plist index d1aaf97c6ce3..e27de468ebc4 100644 --- a/games/p5-Algorithm-Pair-Best/pkg-plist +++ b/games/p5-Algorithm-Pair-Best/pkg-plist @@ -1,6 +1,7 @@ +%%PERL5_MAN3%%/Algorithm::Pair::Best.3.gz %%SITE_PERL%%/Algorithm/Pair/Best.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm @dirrmtry %%SITE_PERL%%/Algorithm/Pair |