Installation fails with the following output: # cd /usr/ports/lang/perl5.18 # make clean # make reinstall ===> Missing license file for ART10 in /usr/ports/lang/perl5.18/work/perl-5.18.4/Artistic *** [/usr/ports/lang/perl5.18/work/.license_done.perl._usr_local] Error code 1 1 error experienced on FreeBSD 9.3
you can't do that, if you make clean, you need to run "make" before "make reinstall". "reinstall" won't build the port if it's not there.
Ok, you're right. I understood that now and read some documentation, but `make clean && make && make reinstall` doesn't help against the issue.
Created attachment 154034 [details] build log
make clean && make && make reinstall works just fine. Please see attached log. Closing this PR.