Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2015 13:17:43 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402395 - head/Mk
Message-ID:  <201511251317.tAPDHhm9090031@repo.freebsd.org>

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



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