From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 14 01:00:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9AD51065676 for ; Wed, 14 Oct 2009 01:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F6758FC26 for ; Wed, 14 Oct 2009 01:00:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9E107Ck042579 for ; Wed, 14 Oct 2009 01:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9E107xZ042578; Wed, 14 Oct 2009 01:00:07 GMT (envelope-from gnats) Resent-Date: Wed, 14 Oct 2009 01:00:07 GMT Resent-Message-Id: <200910140100.n9E107xZ042578@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 684461065670 for ; Wed, 14 Oct 2009 00:52:54 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 586C58FC0A for ; Wed, 14 Oct 2009 00:52:54 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id E363C1708C; Tue, 13 Oct 2009 20:52:53 -0400 (EDT) Message-Id: <20091014005253.E363C1708C@spartan.hamla.org> Date: Tue, 13 Oct 2009 20:52:53 -0400 (EDT) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139585: [PATCH] net/cnupm: fix broken mtree with custom PREFIX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2009 01:00:07 -0000 >Number: 139585 >Category: ports >Synopsis: [PATCH] net/cnupm: fix broken mtree with custom PREFIX >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: Wed Oct 14 01:00:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: Port does not install files in correct location in case of custom PREFIX; for more see QATty log: http://qatty.tecnik93.com//errors/7-STABLE-FPT-CustDir/cnupm-3.11.log >How-To-Repeat: Install port with custom PREFIX. >Fix: --- cnupm.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/cnupm/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 13 Sep 2009 00:12:21 -0000 1.9 +++ Makefile 14 Oct 2009 00:33:28 -0000 @@ -18,6 +18,9 @@ MAN8= cnupm.8 cnupmstat.8 MANCOMPRESSED= yes +MAKE_ENV+= BINDIR="${PREFIX}/sbin" \ + MANDIR="${MANPREFIX}/man/man" + CNUPM_OWN?= cnupm CNUPM_GRP?= cnupm --- cnupm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: