Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 23:04:39 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/53534: [patch][non-maintainer] fix Makefile bug for editors/e3
Message-ID:  <200306200404.h5K44dqw033297@lonesome.lonesome.com>
Resent-Message-ID: <200306200410.h5K4A8f6065319@freefall.freebsd.org>

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

>Number:         53534
>Category:       ports
>Synopsis:       [patch][non-maintainer] fix Makefile bug for editors/e3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 19 21:10:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	There is no Makefile variable ONLY_FOR_ARCH; it should be
	ONLY_FOR_ARCHS to prevent bento from building on other archs.
>How-To-Repeat:
	make install (non-i386)
>Fix:

--- e3/Makefile.dist	Wed May  7 21:18:23 2003
+++ e3/Makefile	Thu Jun 19 23:01:37 2003
@@ -18,7 +18,7 @@
 
 USE_GMAKE=	yes
 MAKE_ARGS=	OS=FREEBSD
-ONLY_FOR_ARCH=	i386
+ONLY_FOR_ARCHS=	i386
 
 MAN1=		e3.1
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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