Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2021 19:57:44 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 89756e859f38 - main - net/astron: LICENSE_FILE is in WRKSRC not WRKDIR
Message-ID:  <202104111957.13BJvit7020893@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89756e859f38190f8770f345eb783a0e81561714

commit 89756e859f38190f8770f345eb783a0e81561714
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-04-11 19:57:18 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-04-11 19:57:36 +0000

    net/astron: LICENSE_FILE is in WRKSRC not WRKDIR
---
 net/astron/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/astron/Makefile b/net/astron/Makefile
index 3e29ea873f3e..7e427e3c703b 100644
--- a/net/astron/Makefile
+++ b/net/astron/Makefile
@@ -6,7 +6,7 @@ MAINTAINER=	nc@FreeBSD.org
 COMMENT=	Server Technology for Realtime Object Networking
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKDIR}/LICENSE.md
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 LIB_DEPENDS=	libuv.so:devel/libuv \
 		libyaml-cpp.so:devel/yaml-cpp



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