diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 17:40:06 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 17:40:06 +0800 |
commit | 5420580ae49b612e46226f96fc3d9e2fa27b2692 (patch) | |
tree | 8db2b1dfe5cc683caa41dc8296375f0bbe737db4 /devel | |
parent | 2d6da54a6c58940f7ccfec0d5ccc6288e265d582 (diff) | |
download | freebsd-ports-gnome-5420580ae49b612e46226f96fc3d9e2fa27b2692.tar.gz freebsd-ports-gnome-5420580ae49b612e46226f96fc3d9e2fa27b2692.tar.zst freebsd-ports-gnome-5420580ae49b612e46226f96fc3d9e2fa27b2692.zip |
Support staging.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-threads-shared/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-threads-shared/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-threads-shared/Makefile b/devel/p5-threads-shared/Makefile index df9b09a2a81e..eb150c4a608f 100644 --- a/devel/p5-threads-shared/Makefile +++ b/devel/p5-threads-shared/Makefile @@ -17,9 +17,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= threads::shared.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501100 diff --git a/devel/p5-threads-shared/pkg-plist b/devel/p5-threads-shared/pkg-plist index 5681c40c419e..10a3037bb89b 100644 --- a/devel/p5-threads-shared/pkg-plist +++ b/devel/p5-threads-shared/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/threads/shared/shared.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/threads/shared/shared.so %%SITE_PERL%%/%%PERL_ARCH%%/threads/shared.pm +%%PERL5_MAN3%%/threads::shared.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/threads/shared @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/threads @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/threads |