git: 89756e859f38 - main - net/astron: LICENSE_FILE is in WRKSRC not WRKDIR

Neel Chauhan nc at FreeBSD.org
Sun Apr 11 19:57:44 UTC 2021


The branch main has been updated by nc:

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

commit 89756e859f38190f8770f345eb783a0e81561714
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-04-11 19:57:18 +0000
Commit:     Neel Chauhan <nc at 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 at 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


More information about the dev-commits-ports-all mailing list