Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2013 15:24:06 +0100
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        Emanuel Haupt <ehaupt@FreeBSD.org>
Cc:        svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: svn commit: r312354 - head/audio/xmp
Message-ID:  <20130216152406.04fe7cff5e79f9f2eb623140@critical.ch>
In-Reply-To: <201302161421.r1GELYfr013815@svn.freebsd.org>
References:  <201302161421.r1GELYfr013815@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Emanuel Haupt <ehaupt@FreeBSD.org> wrote:
> Author: ehaupt
> Date: Sat Feb 16 14:21:33 2013
> New Revision: 312354
> URL: http://svnweb.freebsd.org/changeset/ports/312354
> 
> Log:
>   - Work around a case where .if !exists(${ETCDIR}/${f}) fails
>   - Consistent usage of %%ETCDIR%%
> 
> Modified:
>   head/audio/xmp/Makefile
>   head/audio/xmp/pkg-plist
> 
> Modified: head/audio/xmp/Makefile
> ==============================================================================
> --- head/audio/xmp/Makefile	Sat Feb 16 14:10:55 2013
> (r312353) +++ head/audio/xmp/Makefile	Sat Feb 16 14:21:33
> 2013	(r312354) @@ -50,11 +50,9 @@ post-patch:
>  	@${REINPLACE_CMD} -e 's|\ install-conf||'
> ${WRKSRC}/Makefile.in 
>  post-install:
> -	${MKDIR} ${PREFIX}/etc/xmp
> +	${MKDIR} ${ETCDIR}
>  .for f in ${CONFIG_FILES}

> -.if !exists(${ETCDIR}/${f})

Can someone explain why this fails?

Emanuel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130216152406.04fe7cff5e79f9f2eb623140>