svn commit: r419460 - head/emulators/linux_base-c6

Tijl Coosemans tijl at FreeBSD.org
Mon Aug 1 22:23:41 UTC 2016


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


More information about the svn-ports-head mailing list