Date: Fri, 9 Apr 2004 22:16:05 -0700 (PDT) From: Daniel Harris <dannyboy@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65391: correct "usually located in" directories in cups-base manuals Message-ID: <200404100516.i3A5G543076545@freefall.freebsd.org> Resent-Message-ID: <200404100520.i3A5K8IY076764@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404100516.i3A5G543076545>