Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 08:18:15 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144155: [patch] sysutils/linux-nero fix typo in Makefile
Message-ID:  <201002210818.o1L8IFhI026890@www.freebsd.org>
Resent-Message-ID: <201002210820.o1L8K39n095041@freefall.freebsd.org>

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

>Number:         144155
>Category:       ports
>Synopsis:       [patch] sysutils/linux-nero 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 08:20:03 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 sysutils/linux-nero.orig/Makefile sysutils/linux-nero/Makefile
--- sysutils/linux-nero.orig/Makefile	2010-02-05 13:03:32.000000000 +0000
+++ sysutils/linux-nero/Makefile	2010-02-21 08:08:17.647842503 +0000
@@ -19,7 +19,7 @@
 
 RESTRICTED=	Get a serial number at http://www.nero.com/eng/NeroLINUX.html
 
-ONLY_FOR_ARCH=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX_RPM=	yes
 USE_LINUX_APPS=	gtk2                                                        
 USE_LDCONFIG=	yes


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



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