ports/144159: [patch] editors/komodo-edit fix typo in Makefile

Andrius Morkunas hinokind at gmail.com
Sun Feb 21 09:00:14 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list