Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2016 22:23:40 +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: r419460 - head/emulators/linux_base-c6
Message-ID:  <201608012223.u71MNeLE018619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Aug  1 22:23:40 2016
New Revision: 419460
URL: https://svnweb.freebsd.org/changeset/ports/419460

Log:
  Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH to define DISTINFO_FILE and PLIST.

Modified:
  head/emulators/linux_base-c6/Makefile

Modified: head/emulators/linux_base-c6/Makefile
==============================================================================
--- head/emulators/linux_base-c6/Makefile	Mon Aug  1 20:23:20 2016	(r419459)
+++ head/emulators/linux_base-c6/Makefile	Mon Aug  1 22:23:40 2016	(r419460)
@@ -152,8 +152,8 @@ LINUX_REPO_ARCH=	i386
 
 USE_LINUX_PREFIX=	yes
 NO_WRKSUBDIR=		yes
-DISTINFO_FILE?=		${MASTERDIR}/distinfo.${LINUX_RPM_ARCH}
-PLIST=			${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH}
+DISTINFO_FILE?=		${MASTERDIR}/distinfo.${LINUX_REPO_ARCH}
+PLIST=			${PKGDIR}/pkg-plist.${LINUX_REPO_ARCH}
 PLIST_SUB=		GLIBCVER="2.12" LINUXBASE=${LINUXBASE}
 USES=	shebangfix
 SHEBANG_FILES=	bin/redhat_lsb_init sbin/mount.tmpfs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608012223.u71MNeLE018619>