diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-10-27 20:17:59 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-10-27 20:17:59 +0800 |
commit | ef5b298bf4c136c5054722b73375e351b467dc4d (patch) | |
tree | 9dee9b654aef1a6eff3b6ef5f0b005bf86d0353e /devel/p5-Algorithm-Cluster | |
parent | 195223fe1666408b639af4b19d5be2832a9bffad (diff) | |
download | freebsd-ports-gnome-ef5b298bf4c136c5054722b73375e351b467dc4d.tar.gz freebsd-ports-gnome-ef5b298bf4c136c5054722b73375e351b467dc4d.tar.zst freebsd-ports-gnome-ef5b298bf4c136c5054722b73375e351b467dc4d.zip |
support STAGEDIR.
Diffstat (limited to 'devel/p5-Algorithm-Cluster')
-rw-r--r-- | devel/p5-Algorithm-Cluster/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Algorithm-Cluster/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Algorithm-Cluster/Makefile b/devel/p5-Algorithm-Cluster/Makefile index ecf006bc0a67..d345ec756710 100644 --- a/devel/p5-Algorithm-Cluster/Makefile +++ b/devel/p5-Algorithm-Cluster/Makefile @@ -16,7 +16,4 @@ MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure -MAN3= Algorithm::Cluster.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Algorithm-Cluster/pkg-plist b/devel/p5-Algorithm-Cluster/pkg-plist index 57bb8e8e8f77..1ca39366d9d9 100644 --- a/devel/p5-Algorithm-Cluster/pkg-plist +++ b/devel/p5-Algorithm-Cluster/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Algorithm::Cluster.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster.pm %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster/Record.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster/.packlist @@ -5,5 +6,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster/Cluster.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm |