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-Probe-Perl | |
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-Probe-Perl')
-rw-r--r-- | sysutils/p5-Probe-Perl/Makefile | 3 | ||||
-rw-r--r-- | sysutils/p5-Probe-Perl/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/p5-Probe-Perl/pkg-plist | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/p5-Probe-Perl/Makefile b/sysutils/p5-Probe-Perl/Makefile index d7256638fe97..27bdf4aa1cab 100644 --- a/sysutils/p5-Probe-Perl/Makefile +++ b/sysutils/p5-Probe-Perl/Makefile @@ -14,7 +14,4 @@ COMMENT= Information about the currently running perl USES= perl5 USE_PERL5= configure -MAN3= Probe::Perl.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Probe-Perl/pkg-descr b/sysutils/p5-Probe-Perl/pkg-descr index 9ab8224848c0..a0cc90fdbaa2 100644 --- a/sysutils/p5-Probe-Perl/pkg-descr +++ b/sysutils/p5-Probe-Perl/pkg-descr @@ -1,3 +1,3 @@ Probe::Perl - Information about the currently running perl. -WWW: http://search.cpan.org/dist/Probe-Perl/ +WWW: http://search.cpan.org/dist/Probe-Perl/ diff --git a/sysutils/p5-Probe-Perl/pkg-plist b/sysutils/p5-Probe-Perl/pkg-plist index 0bc326dc5733..5483bbf12d61 100644 --- a/sysutils/p5-Probe-Perl/pkg-plist +++ b/sysutils/p5-Probe-Perl/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Probe/Perl/.packlist %%SITE_PERL%%/Probe/Perl.pm +%%PERL5_MAN3%%/Probe::Perl.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Probe/Perl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Probe @dirrmtry %%SITE_PERL%%/Probe |