svn commit: r348601 - head/Mk

Thierry Thomas thierry at FreeBSD.org
Tue Mar 18 22:19:02 UTC 2014


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}
 


More information about the svn-ports-head mailing list