svn commit: r349130 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Tue Mar 25 11:43:00 UTC 2014


Author: antoine
Date: Tue Mar 25 11:42:59 2014
New Revision: 349130
URL: http://svnweb.freebsd.org/changeset/ports/349130
QAT: https://qat.redports.org/buildarchive/r349130/

Log:
  Allow distfiles grouping for linux-rpm ports while not extracting the .src.rpm on the package builders
  
  With hat:	portmgr

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

Modified: head/Mk/bsd.linux-rpm.mk
==============================================================================
--- head/Mk/bsd.linux-rpm.mk	Tue Mar 25 11:28:38 2014	(r349129)
+++ head/Mk/bsd.linux-rpm.mk	Tue Mar 25 11:42:59 2014	(r349130)
@@ -95,9 +95,9 @@ PKGNAMEPREFIX?=			linux-
 # is not true.
 
 DISTFILES?=		${DISTNAME}${EXTRACT_SUFX}
-BIN_DISTFILES:=		${_DISTFILES}
+BIN_DISTFILES:=		${DISTFILES}
 SRC_DISTFILES?=		${DISTNAME}${SRC_SUFX}
-EXTRACT_ONLY?=		${BIN_DISTFILES}
+EXTRACT_ONLY?=		${BIN_DISTFILES:C/:[^:]+$//}
 
 .  if defined(PACKAGE_BUILDING)
 DISTFILES+=		${SRC_DISTFILES}


More information about the svn-ports-head mailing list