svn commit: r315108 - head/print/pslib

Chris Rees utisoft at gmail.com
Sun Mar 24 18:28:06 UTC 2013


On 24 Mar 2013 09:08, "Marcus von Appen" <mva at freebsd.org> wrote:
>
> Author: mva
> Date: Sun Mar 24 09:08:30 2013
> New Revision: 315108
> URL: http://svnweb.freebsd.org/changeset/ports/315108
>
> Log:
>   - Unbreak after switch to new options framework
>
>   PR:           ports/177313 ports/177320
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=177313
>   Submitted by: William Grzybowski <william88 at gmail.com>, Yasuhiro KIMURA
<yasu at utahime.org>
>
> Modified:
>   head/print/pslib/Makefile   (contents, props changed)
>
> Modified: head/print/pslib/Makefile
>
==============================================================================
> --- head/print/pslib/Makefile   Sun Mar 24 08:59:49 2013        (r315107)
> +++ head/print/pslib/Makefile   Sun Mar 24 09:08:30 2013        (r315108)
> @@ -28,7 +28,7 @@ OPTIONS_DEFINE=       EXAMPLES MAN NLS
>  OPTIONS_DEFAULT=       MAN NLS
>  MAN_DESC=      Manual pages
>
> -.include <bsd.port.options.mk>
> +.include <bsd.port.pre.mk>
>
>  .if ${PORT_OPTIONS:MEXAMPLES}
>  EX_NAME=       pslib-examples-0.0.10
> @@ -69,4 +69,4 @@ post-install:
>         cd ${EX_WRKSRC} && ${PAX} -rw * ${EXAMPLESDIR}

COPYTREE_SHARE sets permissions and ownership correctly.

Chris


More information about the svn-ports-head mailing list