1) if you install to ${DOCSDIR} without .if ${PORT_OPTIONS:MDOCS} it tells you it is bad. It is not, it is the right way to do it, it should in fact tell you the reverse, something along the lines of "you should only use the .if if the installed tree is *large* and it takes time to copy the files" 2) check that people don't try to use ${ENV} when there in fact mean ${SETENV}, ${ENV} is sometime set to some strange value in sh and it fails with a strange error.
About LICENSEs, portlint should give a warning if LICENSE_FILE is not defined when LICENSE is (LICENSE_FILE_xxx if more than one license)
For the first one, does http://www.marcuscom.com/cgi-bin/cvsweb.cgi/portlint/portlint.pl.diff?r1=1.358&r2=1.359&f=h do it for you?
(In reply to Joe Marcus Clarke from comment #2) > For the first one, does > http://www.marcuscom.com/cgi-bin/cvsweb.cgi/portlint/portlint.pl.diff?r1=1. > 358&r2=1.359&f=h do it for you? Looks what I had in mind, yes, thanks.
Changes committed.