From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 9 22:20:08 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62B7F16A4CE for ; Fri, 9 Apr 2004 22:20:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422C943D4C for ; Fri, 9 Apr 2004 22:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3A5K8bv076765 for ; Fri, 9 Apr 2004 22:20:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3A5K8IY076764; Fri, 9 Apr 2004 22:20:08 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 9 Apr 2004 22:20:08 -0700 (PDT) Resent-Message-Id: <200404100520.i3A5K8IY076764@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, Daniel Harris Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B567616A4CE for ; Fri, 9 Apr 2004 22:16:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFF643D1F; Fri, 9 Apr 2004 22:16:05 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: from freefall.freebsd.org (dannyboy@localhost [127.0.0.1]) i3A5G5bv076546; Fri, 9 Apr 2004 22:16:05 -0700 (PDT) (envelope-from dannyboy@freefall.freebsd.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3A5G543076545; Fri, 9 Apr 2004 22:16:05 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200404100516.i3A5G543076545@freefall.freebsd.org> Date: Fri, 9 Apr 2004 22:16:05 -0700 (PDT) From: Daniel Harris To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/65391: correct "usually located in" directories in cups-base manuals X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Harris List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2004 05:20:08 -0000 >Number: 65391 >Category: ports >Synopsis: correct "usually located in" directories in cups-base manuals >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 09 22:20:07 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Daniel Harris >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 4.9-STABLE FreeBSD 4.9-STABLE #11: Thu Feb 5 19:43:44 PST 2004 kensmith@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386 >Description: Installed manual pages claim that configuration files are usually located in /etc/cups, but on FreeBSD the normal location is /usr/local/etc/cups. >How-To-Repeat: >Fix: CC'd to maintainer. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/print/cups-base/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- Makefile 4 Feb 2004 05:08:32 -0000 1.36 +++ Makefile 10 Apr 2004 05:10:32 -0000 @@ -28,6 +28,8 @@ ${WRKSRC}/Makedefs.in @${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \ ${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile + @${REINPLACE_CMD} -e 's|/etc/cups|/usr/local/etc/cups|g' \ + ${WRKSRC}/man/*.man pre-install: @${ECHO_MSG} "===>" Stopping cupsd ... >Release-Note: >Audit-Trail: >Unformatted: