Date: Thu, 22 Aug 2002 17:10:16 +0100 (BST) From: Bruce M Simpson <bms@spc.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41901: editors/nedit: fix makefile install target Message-ID: <20020822161016.E601A9638@triage.dollah.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020822161016.E601A9638>