Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 08:50:40 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144159: [patch] editors/komodo-edit fix typo in Makefile
Message-ID:  <201002210850.o1L8oeYB055946@www.freebsd.org>
Resent-Message-ID: <201002210900.o1L90DIO032295@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144159
>Category:       ports
>Synopsis:       [patch] editors/komodo-edit fix typo in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 21 09:00:13 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
ONLY_FOR_ARCH= i386 amd64
should be
ONLY_FOR_ARCHS= i386 amd64
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN editors/komodo-edit.orig/Makefile editors/komodo-edit/Makefile
--- editors/komodo-edit.orig/Makefile	2009-07-01 18:35:28.000000000 +0000
+++ editors/komodo-edit/Makefile	2010-02-21 08:48:55.701246199 +0000
@@ -13,7 +13,7 @@
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	Multi-language editor from ActiveState
 
-ONLY_FOR_ARCH=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64
 RESTRICTED=	Distribution not permitted
 NO_BUILD=	yes
 USE_LINUX=	f10


>Release-Note:
>Audit-Trail:
>Unformatted:



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