From 021e803433e624baa6303a9d092895b4fe6ca14b Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 12 Jan 2018 12:59:00 +0000 Subject: Add another solution to the WRKSRC+USE_GITHUB warning. Sponsored by: Absolight --- Mk/bsd.port.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk') diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 258ff7d4899e..e30e1b0311a0 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1673,7 +1673,7 @@ CONFIGURE_ENV+= PATH=${PATH} .if !defined(IGNORE_MASTER_SITE_GITHUB) && defined(USE_GITHUB) && empty(USE_GITHUB:Mnodefault) .if defined(WRKSRC) -DEV_WARNING+= "You are using USE_GITHUB and WRKSRC is set which is wrong. Set GH_PROJECT correctly, or set WRKSRC_SUBDIR instead." +DEV_WARNING+= "You are using USE_GITHUB and WRKSRC is set which is wrong. Set GH_PROJECT correctly, set WRKSRC_SUBDIR or remove WRKSRC entirely." .endif WRKSRC?= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT} .endif -- cgit