Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2015 10:53:12 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392871 - in head: editors/libreoffice emulators/xen emulators/xen-kernel
Message-ID:  <201507251053.t6PArCJ7080192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Sat Jul 25 10:53:11 2015
New Revision: 392871
URL: https://svnweb.freebsd.org/changeset/ports/392871

Log:
  - Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS
  
  Approved by: bapt (manintainer), office (bapt)

Modified:
  head/editors/libreoffice/Makefile.common
  head/emulators/xen-kernel/Makefile
  head/emulators/xen/Makefile

Modified: head/editors/libreoffice/Makefile.common
==============================================================================
--- head/editors/libreoffice/Makefile.common	Sat Jul 25 10:44:35 2015	(r392870)
+++ head/editors/libreoffice/Makefile.common	Sat Jul 25 10:53:11 2015	(r392871)
@@ -17,7 +17,7 @@ MASTER_SITES?=	http://dev-builds.libreof
 MASTER_SITES?=	http://download.documentfoundation.org/libreoffice/${MASTER_SITE_SUBDIR}/
 .endif
 
-ONLY_FOR_ARCH=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64
 
 # for dynamic plist generation
 PLISTD?=	${WRKDIR}/plist_dirs

Modified: head/emulators/xen-kernel/Makefile
==============================================================================
--- head/emulators/xen-kernel/Makefile	Sat Jul 25 10:44:35 2015	(r392870)
+++ head/emulators/xen-kernel/Makefile	Sat Jul 25 10:53:11 2015	(r392871)
@@ -12,7 +12,7 @@ COMMENT=	Hypervisor using a microkernel 
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCH=	amd64
+ONLY_FOR_ARCHS=	amd64
 
 USES=		cpe gmake python:build
 MAKE_ARGS=	HOSTCC="${CC}" CC="${CC}" PYTHON=${PYTHON_CMD} \

Modified: head/emulators/xen/Makefile
==============================================================================
--- head/emulators/xen/Makefile	Sat Jul 25 10:44:35 2015	(r392870)
+++ head/emulators/xen/Makefile	Sat Jul 25 10:53:11 2015	(r392871)
@@ -9,7 +9,7 @@ COMMENT=	Xen Hyvervisor meta port
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCH=	amd64
+ONLY_FOR_ARCHS=	amd64
 
 RUN_DEPENDS=	/boot/xen:${PORTSDIR}/emulators/xen-kernel \
 		xl:${PORTSDIR}/sysutils/xen-tools



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