From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 10 17:40:05 2010 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 818211065672 for ; Sun, 10 Jan 2010 17:40:05 +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 46D5B8FC14 for ; Sun, 10 Jan 2010 17:40:05 +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 o0AHe5vg055295 for ; Sun, 10 Jan 2010 17:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0AHe599055294; Sun, 10 Jan 2010 17:40:05 GMT (envelope-from gnats) Resent-Date: Sun, 10 Jan 2010 17:40:05 GMT Resent-Message-Id: <201001101740.o0AHe599055294@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, Sevan Janiyan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 438D3106566B for ; Sun, 10 Jan 2010 17:38:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 341B88FC0C for ; Sun, 10 Jan 2010 17:38:20 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0AHcKIi054379 for ; Sun, 10 Jan 2010 17:38:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o0AHcJMQ054378; Sun, 10 Jan 2010 17:38:19 GMT (envelope-from nobody) Message-Id: <201001101738.o0AHcJMQ054378@www.freebsd.org> Date: Sun, 10 Jan 2010 17:38:19 GMT From: Sevan Janiyan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/142586: [patch] irc/dircproxy use $SUB_FILES to dynamically adjust pkg-message 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: Sun, 10 Jan 2010 17:40:05 -0000 >Number: 142586 >Category: ports >Synopsis: [patch] irc/dircproxy use $SUB_FILES to dynamically adjust pkg-message >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: Sun Jan 10 17:40:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sevan Janiyan >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/dircproxy/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 5 Nov 2007 12:11:57 -0000 1.14 +++ Makefile 10 Jan 2010 17:32:30 -0000 @@ -18,8 +18,9 @@ GNU_CONFIGURE= yes MAN1= dircproxy.1 dircproxy-crypt.1 +SUB_FILES= pkg-message post-install: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 10 Mar 2001 19:49:24 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,5 +0,0 @@ - -A default dircproxy configuration file has been installed as -%%PREFIX%%/share/dircproxy/dircproxyrc. -Please read this and the dircproxy(1) manpage to set up dircproxy. - Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 10 Jan 2010 17:32:30 -0000 @@ -0,0 +1,4 @@ + +A default dircproxy configuration file has been installed as +%%DATADIR%%/dircproxyrc. +Please read this and the dircproxy(1) manpage to set up dircproxy. >Release-Note: >Audit-Trail: >Unformatted: