svn commit: r371334 - head/devel/libs11n

John Marino freebsd.contact at marino.st
Tue Oct 21 20:18:52 UTC 2014


On 10/21/2014 21:30, Antoine Brodin wrote:
> Author: antoine
> Date: Tue Oct 21 19:30:51 2014
> New Revision: 371334
> URL: https://svnweb.freebsd.org/changeset/ports/371334
> QAT: https://qat.redports.org/buildarchive/r371334/
> 
> Log:
>   Fix packaging
> 
> Modified:
>   head/devel/libs11n/Makefile
> 
> Modified: head/devel/libs11n/Makefile
> ==============================================================================
> --- head/devel/libs11n/Makefile	Tue Oct 21 19:25:19 2014	(r371333)
> +++ head/devel/libs11n/Makefile	Tue Oct 21 19:30:51 2014	(r371334)
> @@ -17,6 +17,8 @@ USE_LDCONFIG=	yes
>  
>  .if defined(NO_PROFILE)
>  PLIST_SUB+=	PROFILE="@comment "
> +.else
> +PLIST_SUB+=	PROFILE=""
>  .endif
>  

Thanks.  I saw an issue but I wasn't sure if it was DF-specific or not.
I was thinking anything between %% %% would evaluate to blank, but
thinking about it more I see it has to be explicitly defined.

John




More information about the svn-ports-all mailing list