diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-06 17:26:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-06 17:26:54 +0000 |
commit | e7f2ff0875731e1e55525a8b2b81b74b611deb81 (patch) | |
tree | 4f2216cc0d2e1d83981b070993bfe9432d3fc1d3 /emulators/linux_base-c7 | |
parent | 66455b6edaa233b8c5b192a2af06f7208135835f (diff) |
Fix make extract when PACKAGE_BUILDING is defined and replace ${SRC_SUFX}
with .src.rpm for fmake.
Notes
Notes:
svn path=/head/; revision=421449
Diffstat (limited to 'emulators/linux_base-c7')
-rw-r--r-- | emulators/linux_base-c7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-c7/Makefile b/emulators/linux_base-c7/Makefile index f757fea93067..572b180b276c 100644 --- a/emulators/linux_base-c7/Makefile +++ b/emulators/linux_base-c7/Makefile @@ -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) |