svn commit: r392871 - in head: editors/libreoffice emulators/xen emulators/xen-kernel

Alex Kozlov ak at FreeBSD.org
Sat Jul 25 10:53:13 UTC 2015


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


More information about the svn-ports-all mailing list