diff options
author | az <az@FreeBSD.org> | 2014-01-06 17:24:24 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-06 17:24:24 +0800 |
commit | 146930df2028104aa5502ae8fa41ca16cf562fa3 (patch) | |
tree | 50f0c465ef5fc7331585dbe9c43b8c3700960605 /sysutils/p5-Sys-Load | |
parent | afc6cfab8ab434515ecd271aa52f30cef723a817 (diff) | |
download | freebsd-ports-gnome-146930df2028104aa5502ae8fa41ca16cf562fa3.tar.gz freebsd-ports-gnome-146930df2028104aa5502ae8fa41ca16cf562fa3.tar.zst freebsd-ports-gnome-146930df2028104aa5502ae8fa41ca16cf562fa3.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'sysutils/p5-Sys-Load')
-rw-r--r-- | sysutils/p5-Sys-Load/Makefile | 3 | ||||
-rw-r--r-- | sysutils/p5-Sys-Load/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/p5-Sys-Load/Makefile b/sysutils/p5-Sys-Load/Makefile index 93cf4ceb18fa..3bba2d81a735 100644 --- a/sysutils/p5-Sys-Load/Makefile +++ b/sysutils/p5-Sys-Load/Makefile @@ -14,7 +14,4 @@ COMMENT= Getting the current system load and uptime USES= perl5 USE_PERL5= configure -MAN3= Sys::Load.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Sys-Load/pkg-plist b/sysutils/p5-Sys-Load/pkg-plist index ec9eccd64955..8f7414ed52dd 100644 --- a/sysutils/p5-Sys-Load/pkg-plist +++ b/sysutils/p5-Sys-Load/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/mach/auto/Sys/Load/Load.so %%SITE_PERL%%/mach/auto/Sys/Load/Load.bs %%SITE_PERL%%/mach/Sys/Load.pm +%%PERL5_MAN3%%/Sys::Load.3.gz @dirrmtry %%SITE_PERL%%/mach/auto/Sys/Load @dirrmtry %%SITE_PERL%%/mach/auto/Sys @dirrmtry %%SITE_PERL%%/mach/Sys |