svn commit: r402395 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Wed Nov 25 13:17:44 UTC 2015


Author: mat
Date: Wed Nov 25 13:17:42 2015
New Revision: 402395
URL: https://svnweb.freebsd.org/changeset/ports/402395

Log:
  keep the multi-github-magic inside of defined(USE_GITHUB)
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Wed Nov 25 13:05:52 2015	(r402394)
+++ head/Mk/bsd.sites.mk	Wed Nov 25 13:17:42 2015	(r402395)
@@ -628,7 +628,6 @@ _GITHUB_REV=	0
 .  if ${MASTER_SITES:MGH}
 DISTNAME:=	${DISTNAME}_GH${_GITHUB_REV}
 .  endif
-.endif
 _GITHUB_EXTRACT_SUFX=	.tar.gz
 # If there are non default groups
 .if !empty(_GITHUB_GROUPS:NDEFAULT)
@@ -653,6 +652,7 @@ WRKSRC_${_group}:=	${WRKDIR}/${GH_PROJEC
 .  endfor
 .endif
 .endif
+.endif
 
 .if !defined(IGNORE_MASTER_SITE_GNOME)
 MASTER_SITE_GNOME+= \


More information about the svn-ports-all mailing list