Add NO_STAGE all over the place in preparation for the staging support (cat: math)

This commit is contained in:
Baptiste Daroussin
2013-09-20 20:55:04 +00:00
parent 8ac99398e2
commit ce5e457020
665 changed files with 850 additions and 939 deletions

View File

@@ -16,6 +16,7 @@ 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=!;'