summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-01-12 12:59:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-01-12 12:59:00 +0000
commitf89aabecf974a0b980ee1535da46ebd07098c431 (patch)
tree14070647e788b02fee90c8da851f1e66eb3ac18d /Mk
parentAdd a TUNING_LARGE option. (diff)
Add another solution to the WRKSRC+USE_GITHUB warning.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=458823
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
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