Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2022 01:37:12 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3fb23a1fecea - main - sysutils/firstboot-cloudsetup: Fix WRKSRC
Message-ID:  <202206070137.2571bCeZ078080@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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