From owner-freebsd-ports Thu Aug 22 9:20:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E25F337B400 for ; Thu, 22 Aug 2002 09:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA83643E70 for ; Thu, 22 Aug 2002 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MGK2JU071933 for ; Thu, 22 Aug 2002 09:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MGK2sf071932; Thu, 22 Aug 2002 09:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EBF237B400 for ; Thu, 22 Aug 2002 09:10:20 -0700 (PDT) Received: from bigboy.spc.org (dolly.good1.com [195.206.69.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B8B43E86 for ; Thu, 22 Aug 2002 09:10:19 -0700 (PDT) (envelope-from bms@spc.org) Message-Id: <20020822161016.E601A9638@triage.dollah.com> Date: Thu, 22 Aug 2002 17:10:16 +0100 (BST) From: Bruce M Simpson Reply-To: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41901: editors/nedit: fix makefile install target Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41901 >Category: ports >Synopsis: editors/nedit: fix makefile install target >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 22 09:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD triage.dollah.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Aug 20 13:00:06 BST 2002 root@triage.dollah.com:/usr/src/sys/compile/TRIAGE i386 >Description: The NEdit port's makefile does not propagate certain variables correctly to that port's nested makefile hierarchy, which causes the 'install' target to fail. >How-To-Repeat: >Fix: A patch is attached which should fix the problem. --- 2 begins here --- --- Makefile.orig Thu Aug 22 16:49:37 2002 +++ Makefile Thu Aug 22 17:07:42 2002 @@ -24,6 +24,10 @@ MAN1= nclient.1 nedit.1 ALL_TARGET= freebsd +do-install: + ( cd ${WRKSRC} ; make install BINOWN=${BINOWN} BINGRP=${BINGRP} \ + BINMODE=${BINMODE} COPY=${COPY} STRIP=${STRIP} PREFIX=${PREFIX} ) + post-extract: ${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad --- 2 ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message