aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-c7
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-09-06 17:26:54 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-09-06 17:26:54 +0000
commite7f2ff0875731e1e55525a8b2b81b74b611deb81 (patch)
tree4f2216cc0d2e1d83981b070993bfe9432d3fc1d3 /emulators/linux_base-c7
parent66455b6edaa233b8c5b192a2af06f7208135835f (diff)
downloadports-e7f2ff0875731e1e55525a8b2b81b74b611deb81.tar.gz
ports-e7f2ff0875731e1e55525a8b2b81b74b611deb81.zip
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/Makefile2
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)