Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 20:35:36 +0200
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernando.apesteguia@gmail.com>
To:        FreeBSD Mailing List <freebsd-ports@freebsd.org>
Subject:   Place of LICENSE_FILE in Makefile
Message-ID:  <CAGwOe2ZiL4soU4wSXt53EVE-bZ3ui5geqSGXHPNFAKPrE5vQrw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

I'm facing a situation with a new Makefile.
I want to set LICENSE_FILE to the location of the license file of the
distribution. The file is located under ${WRKSRC} that has been set to
${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}

If I use LICENSE_FILE _after_ setting WRKSRC, I get an error from
portlint. Also, all the GH_* variables need to be set before I can use
them to point LICENSE_FILE to the proper path, so... in which order
should I define these variables so portlint doesn't complain?

TIA



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