git: 3fb23a1fecea - main - sysutils/firstboot-cloudsetup: Fix WRKSRC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jun 2022 01:37:12 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fb23a1fecea0b71e0da8b1adc8f4724245b9651 commit 3fb23a1fecea0b71e0da8b1adc8f4724245b9651 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-06-06 15:19:36 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-06-07 01:33:50 +0000 sysutils/firstboot-cloudsetup: Fix WRKSRC Approved by: porgmgr blanket --- sysutils/firstboot-cloudsetup/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/firstboot-cloudsetup/Makefile b/sysutils/firstboot-cloudsetup/Makefile index a3f98d7d0230..f7a7535d2650 100644 --- a/sysutils/firstboot-cloudsetup/Makefile +++ b/sysutils/firstboot-cloudsetup/Makefile @@ -9,7 +9,7 @@ COMMENT= Configure network and user when the system first boots LICENSE= BSD3CLAUSE -WRKSRC= work/${PORTNAME}-${DISTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} NO_BUILD= yes NO_ARCH= yes