ports/144155: [patch] sysutils/linux-nero fix typo in Makefile

Andrius Morkunas hinokind at gmail.com
Sun Feb 21 08:20:04 UTC 2010


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



More information about the freebsd-ports-bugs mailing list