Support STAGEDIR.
This commit is contained in:
@@ -14,9 +14,6 @@ COMMENT= Simple representation of mathematical variables
|
||||
USES= perl5
|
||||
USE_PERL5= configure patch
|
||||
|
||||
MAN3= Math::SimpleVariable.3
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-patch:
|
||||
@${FIND} ${WRKSRC} -name "*.pm" | ${XARGS} ${PERL} -pi -e \
|
||||
'$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;'
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable/.packlist
|
||||
%%PERL5_MAN3%%/Math::SimpleVariable.3.gz
|
||||
%%SITE_PERL%%/Math/SimpleVariable.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
|
||||
Reference in New Issue
Block a user