www/august : error in Makefile

It appears www/august was not removed properly from the ports system and is preventing ports-mgmt/synth from being able to do anything.
Code:
$ sudo synth status
Regenerating flavor index: this may take a while ...
Scanning entire ports tree.
 progress: 87.12%             
culprit: www/august
  Scan aborted because 'make' encounted an error in the Makefile.
  www/august (return code = 1)
Flavor index generation failed: ports scan
 
I have this error too. There is
Code:
    SUBDIR += august
entry in `www/Makefile`, but there is no corresponding subdirectory in `www`.
 
It appears www/august was not removed properly from the ports system and is preventing ports-mgmt/synth from being able to do anything.
Code:
$ sudo synth status
Regenerating flavor index: this may take a while ...
Scanning entire ports tree.
progress: 87.12%            
culprit: www/august
  Scan aborted because 'make' encounted an error in the Makefile.
  www/august (return code = 1)
Flavor index generation failed: ports scan

Fixed in r507039.
 
Back
Top