diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 04:59:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-01 04:59:03 +0800 |
commit | 83300f4ea6f0b964a881fa2ea97c6352defea370 (patch) | |
tree | dd368fbc883c95274ac1c6a8a81aa459e0e84c3a | |
parent | afb54db7eec965fcfef1dbec9f30e69f6c3283a9 (diff) | |
download | freebsd-ports-gnome-83300f4ea6f0b964a881fa2ea97c6352defea370.tar.gz freebsd-ports-gnome-83300f4ea6f0b964a881fa2ea97c6352defea370.tar.zst freebsd-ports-gnome-83300f4ea6f0b964a881fa2ea97c6352defea370.zip |
- Support STAGEDIR
24 files changed, 35 insertions, 59 deletions
diff --git a/science/p5-Geo-Coordinates-Converter-iArea/Makefile b/science/p5-Geo-Coordinates-Converter-iArea/Makefile index 9966dff42f7a..35aee70c65e1 100644 --- a/science/p5-Geo-Coordinates-Converter-iArea/Makefile +++ b/science/p5-Geo-Coordinates-Converter-iArea/Makefile @@ -18,8 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -MAN3= Geo::Coordinates::Converter::iArea.3 \ - Geo::Coordinates::Converter::Format::IArea.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Geo-Coordinates-Converter-iArea/pkg-plist b/science/p5-Geo-Coordinates-Converter-iArea/pkg-plist index f1215dcb1ffe..bbc70aacd4d7 100644 --- a/science/p5-Geo-Coordinates-Converter-iArea/pkg-plist +++ b/science/p5-Geo-Coordinates-Converter-iArea/pkg-plist @@ -4,6 +4,8 @@ %%SITE_PERL%%/auto/share/dist/Geo-Coordinates-Converter-iArea/areacode2name.cdb %%SITE_PERL%%/auto/share/dist/Geo-Coordinates-Converter-iArea/meshcode2areacode.cdb %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/Converter/iArea/.packlist +%%PERL5_MAN3%%/Geo::Coordinates::Converter::Format::IArea.3.gz +%%PERL5_MAN3%%/Geo::Coordinates::Converter::iArea.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/Converter/iArea @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/Converter @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates diff --git a/security/p5-App-Genpass/Makefile b/security/p5-App-Genpass/Makefile index 28aa91d61fe6..3f62cc43b516 100644 --- a/security/p5-App-Genpass/Makefile +++ b/security/p5-App-Genpass/Makefile @@ -28,10 +28,6 @@ USE_PERL5= configure USES= perl5 REINPLACE_ARGS= -i '' -MAN1= genpass.1 -MAN3= App::Genpass.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '1 s|.*|#!${PERL}|' ${WRKSRC}/bin/genpass diff --git a/security/p5-App-Genpass/pkg-plist b/security/p5-App-Genpass/pkg-plist index f8d5ea4141df..05dcac8539ac 100644 --- a/security/p5-App-Genpass/pkg-plist +++ b/security/p5-App-Genpass/pkg-plist @@ -1,6 +1,8 @@ bin/genpass %%SITE_PERL%%/App/Genpass.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Genpass/.packlist +%%PERL5_MAN3%%/App::Genpass.3.gz +man/man1/genpass.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Genpass @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App @dirrmtry %%SITE_PERL%%/App diff --git a/security/p5-Authen-Simple-LDAP/Makefile b/security/p5-Authen-Simple-LDAP/Makefile index 26120de9ea27..1e4609fe7a93 100644 --- a/security/p5-Authen-Simple-LDAP/Makefile +++ b/security/p5-Authen-Simple-LDAP/Makefile @@ -17,8 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -MAN3= Authen::Simple::ActiveDirectory.3 \ - Authen::Simple::LDAP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple-LDAP/pkg-plist b/security/p5-Authen-Simple-LDAP/pkg-plist index 8ce31fc6accc..a1cb67f3993a 100644 --- a/security/p5-Authen-Simple-LDAP/pkg-plist +++ b/security/p5-Authen-Simple-LDAP/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Authen/Simple/ActiveDirectory.pm %%SITE_PERL%%/Authen/Simple/LDAP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple/LDAP/.packlist +%%PERL5_MAN3%%/Authen::Simple::ActiveDirectory.3.gz +%%PERL5_MAN3%%/Authen::Simple::LDAP.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple/LDAP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen diff --git a/security/p5-Authen-Simple/Makefile b/security/p5-Authen-Simple/Makefile index 83f9195dfb21..983240844954 100644 --- a/security/p5-Authen-Simple/Makefile +++ b/security/p5-Authen-Simple/Makefile @@ -22,11 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -MAN3= Authen::Simple.3 \ - Authen::Simple::Adapter.3 \ - Authen::Simple::Apache.3 \ - Authen::Simple::Log.3 \ - Authen::Simple::Password.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple/pkg-plist b/security/p5-Authen-Simple/pkg-plist index a87022e85089..57c180be037c 100644 --- a/security/p5-Authen-Simple/pkg-plist +++ b/security/p5-Authen-Simple/pkg-plist @@ -4,6 +4,11 @@ %%SITE_PERL%%/Authen/Simple/Log.pm %%SITE_PERL%%/Authen/Simple/Password.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple/.packlist +%%PERL5_MAN3%%/Authen::Simple.3.gz +%%PERL5_MAN3%%/Authen::Simple::Adapter.3.gz +%%PERL5_MAN3%%/Authen::Simple::Apache.3.gz +%%PERL5_MAN3%%/Authen::Simple::Log.3.gz +%%PERL5_MAN3%%/Authen::Simple::Password.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrmtry %%SITE_PERL%%/Authen/Simple diff --git a/security/p5-CACertOrg-CA/Makefile b/security/p5-CACertOrg-CA/Makefile index 73cbf19c2c29..538cf6907ec2 100644 --- a/security/p5-CACertOrg-CA/Makefile +++ b/security/p5-CACertOrg-CA/Makefile @@ -14,7 +14,4 @@ COMMENT= CACert.org CA root certificate in PEM format USE_PERL5= configure USES= perl5 -MAN3= CACertOrg::CA.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-CACertOrg-CA/pkg-plist b/security/p5-CACertOrg-CA/pkg-plist index 2610e4dc04fa..548f02203125 100644 --- a/security/p5-CACertOrg-CA/pkg-plist +++ b/security/p5-CACertOrg-CA/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/CACertOrg/CA.pm %%SITE_PERL%%/CACertOrg/CA/root.crt %%SITE_PERL%%/%%PERL_ARCH%%/auto/CACertOrg/CA/.packlist +%%PERL5_MAN3%%/CACertOrg::CA.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CACertOrg/CA @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CACertOrg @dirrm %%SITE_PERL%%/CACertOrg/CA diff --git a/security/p5-IO-Async-SSL/Makefile b/security/p5-IO-Async-SSL/Makefile index f7104af4db5b..c0a5fff2b41e 100644 --- a/security/p5-IO-Async-SSL/Makefile +++ b/security/p5-IO-Async-SSL/Makefile @@ -24,8 +24,4 @@ TEST_DEPENDS= ${LOCALBASE}/bin/socat:${PORTSDIR}/net/socat \ USE_PERL5= configure USES= perl5 -MAN3= IO::Async::SSL.3 \ - IO::Async::SSLStream.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-IO-Async-SSL/pkg-plist b/security/p5-IO-Async-SSL/pkg-plist index 4109f33187b7..a860222c56a6 100644 --- a/security/p5-IO-Async-SSL/pkg-plist +++ b/security/p5-IO-Async-SSL/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/IO/Async/SSL.pm %%SITE_PERL%%/IO/Async/SSLStream.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/SSL/.packlist +%%PERL5_MAN3%%/IO::Async::SSL.3.gz +%%PERL5_MAN3%%/IO::Async::SSLStream.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/SSL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO diff --git a/shells/p5-Bash-Completion/Makefile b/shells/p5-Bash-Completion/Makefile index 9c0ceb8c6e13..95635f95776f 100644 --- a/shells/p5-Bash-Completion/Makefile +++ b/shells/p5-Bash-Completion/Makefile @@ -21,17 +21,6 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep USE_PERL5= configure USES= perl5 -MAN1= bash-complete.1 \ - setup-bash-complete.1 -MAN3= App::BashComplete.3 \ - Bash::Completion.3 \ - Bash::Completion::Plugin.3 \ - Bash::Completion::Plugins::BashComplete.3 \ - Bash::Completion::Plugins::Perldoc.3 \ - Bash::Completion::Request.3 \ - Bash::Completion::Utils.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/shells/p5-Bash-Completion/pkg-plist b/shells/p5-Bash-Completion/pkg-plist index eb1f69fdefcd..78d574309f14 100644 --- a/shells/p5-Bash-Completion/pkg-plist +++ b/shells/p5-Bash-Completion/pkg-plist @@ -8,6 +8,15 @@ bin/setup-bash-complete %%SITE_PERL%%/Bash/Completion/Request.pm %%SITE_PERL%%/Bash/Completion/Utils.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bash/Completion/.packlist +%%PERL5_MAN3%%/App::BashComplete.3.gz +%%PERL5_MAN3%%/Bash::Completion.3.gz +%%PERL5_MAN3%%/Bash::Completion::Plugin.3.gz +%%PERL5_MAN3%%/Bash::Completion::Plugins::BashComplete.3.gz +%%PERL5_MAN3%%/Bash::Completion::Plugins::Perldoc.3.gz +%%PERL5_MAN3%%/Bash::Completion::Request.3.gz +%%PERL5_MAN3%%/Bash::Completion::Utils.3.gz +man/man1/bash-complete.1.gz +man/man1/setup-bash-complete.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bash/Completion @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bash @dirrm %%SITE_PERL%%/Bash/Completion/Plugins diff --git a/sysutils/p5-Monitor-Simple/Makefile b/sysutils/p5-Monitor-Simple/Makefile index fc8e706ecc64..bfe046c54471 100644 --- a/sysutils/p5-Monitor-Simple/Makefile +++ b/sysutils/p5-Monitor-Simple/Makefile @@ -25,14 +25,4 @@ TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ USE_PERL5= configure USES= perl5 -MAN1= smonitor.1 -MAN3= Monitor::Simple.3 \ - Monitor::Simple::Config.3 \ - Monitor::Simple::Log.3 \ - Monitor::Simple::Notifier.3 \ - Monitor::Simple::Output.3 \ - Monitor::Simple::UserAgent.3 \ - Monitor::Simple::Utils.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/p5-Monitor-Simple/pkg-plist b/sysutils/p5-Monitor-Simple/pkg-plist index b2a42c047352..deacdade35ea 100644 --- a/sysutils/p5-Monitor-Simple/pkg-plist +++ b/sysutils/p5-Monitor-Simple/pkg-plist @@ -26,6 +26,14 @@ bin/smonitor %%SITE_PERL%%/Monitor/Simple/plugins/copy-message.pl %%SITE_PERL%%/Monitor/Simple/plugins/get-date.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Monitor/Simple/.packlist +%%PERL5_MAN3%%/Monitor::Simple.3.gz +%%PERL5_MAN3%%/Monitor::Simple::Config.3.gz +%%PERL5_MAN3%%/Monitor::Simple::Log.3.gz +%%PERL5_MAN3%%/Monitor::Simple::Notifier.3.gz +%%PERL5_MAN3%%/Monitor::Simple::Output.3.gz +%%PERL5_MAN3%%/Monitor::Simple::UserAgent.3.gz +%%PERL5_MAN3%%/Monitor::Simple::Utils.3.gz +man/man1/smonitor.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Monitor/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Monitor @dirrmtry %%SITE_PERL%%/Monitor/Simple/plugins diff --git a/x11-toolkits/p5-Tk-Action/Makefile b/x11-toolkits/p5-Tk-Action/Makefile index 040db223ede4..0c7bb2778386 100644 --- a/x11-toolkits/p5-Tk-Action/Makefile +++ b/x11-toolkits/p5-Tk-Action/Makefile @@ -20,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -MAN3= Tk::Action.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Action/pkg-plist b/x11-toolkits/p5-Tk-Action/pkg-plist index 6a6483570363..4e5573e90c65 100644 --- a/x11-toolkits/p5-Tk-Action/pkg-plist +++ b/x11-toolkits/p5-Tk-Action/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Tk/Action.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Action/.packlist +%%PERL5_MAN3%%/Tk::Action.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Action @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/Tk diff --git a/x11-toolkits/p5-Tk-CursorControl/Makefile b/x11-toolkits/p5-Tk-CursorControl/Makefile index 7934c897d92a..1c471e87f98d 100644 --- a/x11-toolkits/p5-Tk-CursorControl/Makefile +++ b/x11-toolkits/p5-Tk-CursorControl/Makefile @@ -18,9 +18,6 @@ ALL_TARGETS= pure_install USE_PERL5= configure USES= perl5 -MAN3= Tk::CursorControl.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/Tk\/demos\/widtrib\/cursor.pl/ s|cursor.pl|cursorcontrol.pl|' \ diff --git a/x11-toolkits/p5-Tk-CursorControl/pkg-plist b/x11-toolkits/p5-Tk-CursorControl/pkg-plist index 2f23d15eb326..2971439f5c90 100644 --- a/x11-toolkits/p5-Tk-CursorControl/pkg-plist +++ b/x11-toolkits/p5-Tk-CursorControl/pkg-plist @@ -3,6 +3,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Tk/trans_cur.mask %%SITE_PERL%%/%%PERL_ARCH%%/Tk/trans_cur.xbm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/CursorControl/.packlist +%%PERL5_MAN3%%/Tk::CursorControl.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/CursorControl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib diff --git a/x11-toolkits/p5-Tk-Sugar/Makefile b/x11-toolkits/p5-Tk-Sugar/Makefile index 76dfc49c4a03..e372f33b7d45 100644 --- a/x11-toolkits/p5-Tk-Sugar/Makefile +++ b/x11-toolkits/p5-Tk-Sugar/Makefile @@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -MAN3= Tk::Sugar.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Sugar/pkg-plist b/x11-toolkits/p5-Tk-Sugar/pkg-plist index c282f115189b..383cee72d5be 100644 --- a/x11-toolkits/p5-Tk-Sugar/pkg-plist +++ b/x11-toolkits/p5-Tk-Sugar/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Tk/Sugar.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Sugar/.packlist +%%PERL5_MAN3%%/Tk::Sugar.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Sugar @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/Tk diff --git a/x11-toolkits/p5-Tk-ToolBar/Makefile b/x11-toolkits/p5-Tk-ToolBar/Makefile index e2ace44a4ddc..a2843ed93228 100644 --- a/x11-toolkits/p5-Tk-ToolBar/Makefile +++ b/x11-toolkits/p5-Tk-ToolBar/Makefile @@ -18,7 +18,4 @@ USE_ZIP= yes USE_PERL5= configure USES= perl5 -MAN3= Tk::ToolBar.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-ToolBar/pkg-plist b/x11-toolkits/p5-Tk-ToolBar/pkg-plist index 1675f30d2bfc..954eda8a3b74 100644 --- a/x11-toolkits/p5-Tk-ToolBar/pkg-plist +++ b/x11-toolkits/p5-Tk-ToolBar/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Tk/ToolBar/tkIcons %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib/toolbar.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/ToolBar/.packlist +%%PERL5_MAN3%%/Tk::ToolBar.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/ToolBar @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tk/demos/widtrib |