svn commit: r421449 - head/emulators/linux_base-c7

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 6 17:26:56 UTC 2016


Author: tijl
Date: Tue Sep  6 17:26:54 2016
New Revision: 421449
URL: https://svnweb.freebsd.org/changeset/ports/421449

Log:
  Fix make extract when PACKAGE_BUILDING is defined and replace ${SRC_SUFX}
  with .src.rpm for fmake.

Modified:
  head/emulators/linux_base-c7/Makefile

Modified: head/emulators/linux_base-c7/Makefile
==============================================================================
--- head/emulators/linux_base-c7/Makefile	Tue Sep  6 17:22:14 2016	(r421448)
+++ head/emulators/linux_base-c7/Makefile	Tue Sep  6 17:26:54 2016	(r421449)
@@ -4,7 +4,7 @@ PORTNAME=	c7
 PORTVERSION=	${LINUX_DIST_VER}
 CATEGORIES=	emulators linux
 PKGNAMEPREFIX=	linux_base-
-EXTRACT_ONLY=	${DISTFILES:N*${SRC_SUFX}:Nfilesystem-*}
+EXTRACT_ONLY=	${DISTFILES:N*.src.rpm*:Nfilesystem-*}
 
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Base set of packages needed in Linux mode for i386/amd64 (Linux CentOS 7)


More information about the svn-ports-all mailing list