svn commit: r542249 - in head: devel/msgpack math/calc security/gnupg security/gnupg1 sysutils/z

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Jul 16 14:09:05 UTC 2020


Hi Adam!

On 7/15/20 9:28 AM, Adam Weinberger wrote:
> Author: adamw
> Date: Wed Jul 15 07:28:28 2020
> New Revision: 542249
> URL: https://svnweb.freebsd.org/changeset/ports/542249
>
> Log:
>   Unmute some build commands
>
> Modified:
>   head/devel/msgpack/Makefile
>   head/math/calc/Makefile
>   head/security/gnupg/Makefile
>   head/security/gnupg1/Makefile
>   head/sysutils/z/Makefile
...
> Modified: head/sysutils/z/Makefile
> ==============================================================================
> --- head/sysutils/z/Makefile	Wed Jul 15 07:26:57 2020	(r542248)
> +++ head/sysutils/z/Makefile	Wed Jul 15 07:28:28 2020	(r542249)
> @@ -21,7 +21,7 @@ PLIST_FILES=	${DATADIR_REL}/z.sh \
>  		man/man1/z.1.gz
>  
>  do-install:
> -	@${MKDIR} ${STAGEDIR}${DATADIR}
> +	${MKDIR} ${STAGEDIR}${DATADIR}

Why would you unmute ${MKDIR} invocations?

Cheers,

Mateusz



More information about the svn-ports-all mailing list