svn commit: r360237 - head/java/bootstrap-openjdk

Sean Bruno sbruno at FreeBSD.org
Wed Jul 2 18:18:37 UTC 2014


Author: sbruno (src committer)
Date: Wed Jul  2 18:18:37 2014
New Revision: 360237
URL: http://svnweb.freebsd.org/changeset/ports/360237
QAT: https://qat.redports.org/buildarchive/r360237/

Log:
  Correct typo declaring ONLY_FOR_ARCHS
  
  PR:		191565
  Reviewed by:	bdrewery

Modified:
  head/java/bootstrap-openjdk/Makefile

Modified: head/java/bootstrap-openjdk/Makefile
==============================================================================
--- head/java/bootstrap-openjdk/Makefile	Wed Jul  2 18:18:07 2014	(r360236)
+++ head/java/bootstrap-openjdk/Makefile	Wed Jul  2 18:18:37 2014	(r360237)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo
 
-ONLY_FOR_ARCH=	amd64 i386
+ONLY_FOR_ARCHS=	amd64 i386
 
 DISTINFO_FILE=	${.CURDIR}/distinfo.${ARCH}
 DISTVERSION_amd64=	r351880


More information about the svn-ports-all mailing list