Date: Tue, 6 Sep 2016 17:26:54 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421449 - head/emulators/linux_base-c7 Message-ID: <201609061726.u86HQsld041276@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org COMMENT= Base set of packages needed in Linux mode for i386/amd64 (Linux CentOS 7)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609061726.u86HQsld041276>