svn commit: r518052 - head/sysutils/am-utils

Tobias Kortkamp tobik at freebsd.org
Thu Nov 21 07:09:29 UTC 2019


On Wed, Nov 20, 2019 at 09:29:44PM +0000, Cy Schubert wrote:
> Author: cy
> Date: Wed Nov 20 21:29:44 2019
> New Revision: 518052
> URL: https://svnweb.freebsd.org/changeset/ports/518052
> 
> Log:
>   Make the installation of the rc script conditional to avoid conflict
>   with base.
>   
>   MFH:		2019Q4
> [...]
> -USE_RC_SUBR=	amd
> +RC_USE_RC_SUBR=	amd

There is no such options helper.  It should be

RC_USE=		RC_SUBR=amd

Also the rc script seems to still use /usr/sbin/amd instead of
%%PREFIX%%/sbin/amd which should probably be fixed too.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20191121/b713b912/attachment.sig>


More information about the svn-ports-all mailing list