ports/65391: correct "usually located in" directories in cups-base manuals

Daniel Harris dannyboy at FreeBSD.org
Sat Apr 10 05:20:08 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list