Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 09:50:18 -0400
From:      "Jason E. Hale" <jhale@freebsd.org>
To:        Baptiste Daroussin <bapt@freebsd.org>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, ports-committers <ports-committers@freebsd.org>
Subject:   Re: svn commit: r369052 - head/Mk
Message-ID:  <CAJE75NGp2%2BWuPc_ZN=17i05kuYEawhj8pe3tbyDqE2rVjAYXPA@mail.gmail.com>
In-Reply-To: <201409231242.s8NCg1iV065480@svn.freebsd.org>
References:  <201409231242.s8NCg1iV065480@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 23, 2014 at 8:42 AM, Baptiste Daroussin <bapt@freebsd.org> wrote:
> Author: bapt
> Date: Tue Sep 23 12:42:00 2014
> New Revision: 369052
> URL: http://svnweb.freebsd.org/changeset/ports/369052
> QAT: https://qat.redports.org/buildarchive/r369052/
>
> Log:
>   Register license files with absolute path
>   That makes it still respecting PREFIX while making it more robust to plist using @cwd
>
> Modified:
>   head/Mk/bsd.licenses.mk
>
> Modified: head/Mk/bsd.licenses.mk
> ==============================================================================
> --- head/Mk/bsd.licenses.mk     Tue Sep 23 12:38:17 2014        (r369051)
> +++ head/Mk/bsd.licenses.mk     Tue Sep 23 12:42:00 2014        (r369052)
> @@ -146,7 +146,6 @@ _LICENSE_LIST_PORT_VARS=    PERMS NAME GROU
>  # Path variables
>  #
>  # _LICENSE_DIR         - Directory to install licenses
> -# _LICENSE_DIR_REL     - Same as above, without ${PREFIX}
>  # _LICENSE_STORE       - Store for known license files
>  # _LICENSE_CATALOG     - License catalog (make include file) to be created (dst)
>  # _LICENSE_CATALOG_TMP - Same as above, but in WRKDIR (src)
> @@ -157,7 +156,6 @@ _LICENSE_LIST_PORT_VARS=    PERMS NAME GROU
>  #                                        few more targets only.
>
>  _LICENSE_DIR?=         ${PREFIX}/share/licenses/${PKGNAME}
> -_LICENSE_DIR_REL?=     share/licenses/${PKGNAME}
>  _LICENSE_STORE?=       ${PORTSDIR}/Templates/Licenses
>  _LICENSE_CATALOG?=     ${_LICENSE_DIR}/catalog.mk
>  _LICENSE_CATALOG_TMP?= ${WRKDIR}/.license-catalog.mk

devel/jgoodies-common still references _LICENSE_DIR_REL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJE75NGp2%2BWuPc_ZN=17i05kuYEawhj8pe3tbyDqE2rVjAYXPA>