diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 04:20:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 04:20:27 +0800 |
commit | aa1cd598b6213864b8d9baffe342635fd7536bd0 (patch) | |
tree | 92c0c7d64cc8994560cd3f217750b1813bc39f75 /games | |
parent | 14d872c89de6ffb272ccc7a1f0bf7eca7e90ccbb (diff) | |
download | freebsd-ports-gnome-aa1cd598b6213864b8d9baffe342635fd7536bd0.tar.gz freebsd-ports-gnome-aa1cd598b6213864b8d9baffe342635fd7536bd0.tar.zst freebsd-ports-gnome-aa1cd598b6213864b8d9baffe342635fd7536bd0.zip |
- Support STAGEDIR
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Algorithm-Pair-Best2/Makefile | 3 | ||||
-rw-r--r-- | games/p5-Algorithm-Pair-Best2/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games/p5-Algorithm-Pair-Best2/Makefile b/games/p5-Algorithm-Pair-Best2/Makefile index 84ff6a55ef7f..54fe19e98e61 100644 --- a/games/p5-Algorithm-Pair-Best2/Makefile +++ b/games/p5-Algorithm-Pair-Best2/Makefile @@ -13,7 +13,4 @@ COMMENT= Select tournament pairings USE_PERL5= configure USES= perl5 -MAN3= Algorithm::Pair::Best2.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/games/p5-Algorithm-Pair-Best2/pkg-plist b/games/p5-Algorithm-Pair-Best2/pkg-plist index 9c385a53c771..cf8578915501 100644 --- a/games/p5-Algorithm-Pair-Best2/pkg-plist +++ b/games/p5-Algorithm-Pair-Best2/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Algorithm/Pair/Best2.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best2/.packlist +%%PERL5_MAN3%%/Algorithm::Pair::Best2.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best2 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm |