svn commit: r378408 - in head/ports-mgmt/portlint: . src

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Thu Apr 30 11:43:08 UTC 2015


On Thu, Feb 5, 2015 at 1:10 AM, Joe Marcus Clarke <marcus at freebsd.org>
wrote:

> +       if ($j =~ m'\${STAGEDIR}\${SITE_ARCH}') {
> +               my $lineno = &linenumber($`);
> +               &perror("WARN", $file, $lineno, "\${STAGEDIR}\${SITE_ARCH}
> should be ".
> +                       "replaced by
> \${STAGEDIR}\${PREFIX}/\${SITE_BASE_REL}.");
>

Typo. It should be "SITE_ARCH_REL".

Regards,
sunpoet


More information about the svn-ports-all mailing list