mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Support staging.
This commit is contained in:
parent
9339da4058
commit
a58d6fccd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343116
2 changed files with 2 additions and 4 deletions
|
@ -15,8 +15,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= XML::SemanticDiff.3 \
|
||||
XML::SemanticDiff::BasicHandler.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
%%SITE_PERL%%/XML/SemanticDiff.pm
|
||||
%%SITE_PERL%%/XML/SemanticDiff/BasicHandler.pm
|
||||
%%PERL5_MAN3%%/XML::SemanticDiff.3.gz
|
||||
%%PERL5_MAN3%%/XML::SemanticDiff::BasicHandler.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/XML/SemanticDiff
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
||||
|
|
Loading…
Add table
Reference in a new issue