Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 22:19:01 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348601 - head/Mk
Message-ID:  <201403182219.s2IMJ1A3078580@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Mar 18 22:19:01 2014
New Revision: 348601
URL: http://svnweb.freebsd.org/changeset/ports/348601
QAT: https://qat.redports.org/buildarchive/r348601/

Log:
  Let the linux rpm ports use grouping rules, e.g. to download the
  binaries and the sources from differents MASTER_SITES.
  
  PR:		ports/186702
  Approved by:	netchild

Modified:
  head/Mk/bsd.linux-rpm.mk

Modified: head/Mk/bsd.linux-rpm.mk
==============================================================================
--- head/Mk/bsd.linux-rpm.mk	Tue Mar 18 21:53:40 2014	(r348600)
+++ head/Mk/bsd.linux-rpm.mk	Tue Mar 18 22:19:01 2014	(r348601)
@@ -95,7 +95,7 @@ PKGNAMEPREFIX?=			linux-
 # is not true.
 
 DISTFILES?=		${DISTNAME}${EXTRACT_SUFX}
-BIN_DISTFILES:=		${DISTFILES}
+BIN_DISTFILES:=		${_DISTFILES}
 SRC_DISTFILES?=		${DISTNAME}${SRC_SUFX}
 EXTRACT_ONLY?=		${BIN_DISTFILES}
 



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