From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 3 12:30:14 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46B02106566C for ; Mon, 3 May 2010 12:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 240938FC08 for ; Mon, 3 May 2010 12:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o43CU7xP007174 for ; Mon, 3 May 2010 12:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o43CU7Wa007173; Mon, 3 May 2010 12:30:07 GMT (envelope-from gnats) Resent-Date: Mon, 3 May 2010 12:30:07 GMT Resent-Message-Id: <201005031230.o43CU7Wa007173@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, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 102BB106566C for ; Mon, 3 May 2010 12:21:34 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 920CB8FC0C for ; Mon, 3 May 2010 12:21:33 +0000 (UTC) Received: by bwz8 with SMTP id 8so1365835bwz.3 for ; Mon, 03 May 2010 05:21:28 -0700 (PDT) Received: by 10.204.3.147 with SMTP id 19mr2184461bkn.42.1272889287953; Mon, 03 May 2010 05:21:27 -0700 (PDT) Received: from localhost (95-26-204-183.broadband.corbina.ru [95.26.204.183]) by mx.google.com with ESMTPS id 15sm1640751bwz.0.2010.05.03.05.21.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 May 2010 05:21:27 -0700 (PDT) Message-Id: <866335i3ay.fsf@gmail.com> Date: Mon, 03 May 2010 16:21:25 +0400 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/146262: [patch] x11/xinit: use PREFIX in the man page X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2010 12:30:14 -0000 >Number: 146262 >Category: ports >Synopsis: [patch] x11/xinit: use PREFIX in the man page >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: Mon May 03 12:30:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- a.diff begins here --- Index: x11/xinit/Makefile =================================================================== RCS file: /a/.cvsup/ports/x11/xinit/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- x11/xinit/Makefile 1 May 2010 11:40:23 -0000 1.8 +++ x11/xinit/Makefile 3 May 2010 12:15:24 -0000 @@ -22,5 +22,6 @@ MAN1= startx.1 xinit.1 post-patch: @${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/xinit.man .include --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: