mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Support staging.
This commit is contained in:
parent
96a847e055
commit
ee8c0f79da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342795
@ -19,7 +19,6 @@ CONFIG_DESC= Enable YAML syntax for post-commit hook
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCONFIG}
|
||||
@ -27,6 +26,4 @@ BUILD_DEPENDS+= p5-SVN-Notify-Config>=0:${PORTSDIR}/devel/p5-SVN-Notify-Config
|
||||
RUN_DEPENDS+= p5-SVN-Notify-Config>=0:${PORTSDIR}/devel/p5-SVN-Notify-Config
|
||||
.endif
|
||||
|
||||
MAN3= SVN::Notify::Snapshot.3 SVN::Notify::Snapshot::ConfigData.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,7 @@
|
||||
%%SITE_PERL%%/SVN/Notify/Snapshot.pm
|
||||
%%SITE_PERL%%/SVN/Notify/Snapshot/ConfigData.pm
|
||||
%%PERL5_MAN3%%/SVN::Notify::Snapshot.3.gz
|
||||
%%PERL5_MAN3%%/SVN::Notify::Snapshot::ConfigData.3.gz
|
||||
@dirrm %%SITE_PERL%%/SVN/Notify/Snapshot
|
||||
@dirrmtry %%SITE_PERL%%/SVN/Notify
|
||||
@dirrmtry %%SITE_PERL%%/SVN
|
||||
|
Loading…
Reference in New Issue
Block a user