Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 21:37:34 -0400
From:      Christopher Nehren <apeiron@comcast.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52740: 'preferred' misspelled twice in ports/editors/openoffice/Makefile
Message-ID:  <E19Kpsk-0005YJ-4K@prophecy.dyndns.org>
Resent-Message-ID: <200305280140.h4S1eBQb098314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52740
>Category:       ports
>Synopsis:       'preferred' misspelled twice in ports/editors/openoffice/Makefile
>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:   Tue May 27 18:40:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Nehren
>Release:        FreeBSD 5.1-BETA i386
>Organization:
>Environment:
System: FreeBSD prophecy.dyndns.org 5.1-BETA FreeBSD 5.1-BETA #0: Tue May 27 00:41:28 EDT 2003 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY_SCHED_4BSD i386


	
>Description:
The word 'preferred' is misspelled twice in ports/editors/openoffice/Makefile.
>How-To-Repeat:
grep -n 'prefered' ports/editors/openoffice/Makefile
>Fix:

--- Makefile	Tue May 27 21:18:42 2003
+++ /usr/ports/editors/openoffice/Makefile	Sun Apr 27 15:48:57 2003
@@ -208,7 +208,7 @@
 	@${ECHO} "automatically set LANG to a suitable"
 	@${ECHO} "value. You can change this with:"
 	@${ECHO}
-	@${ECHO} "USE_LANG=\"preferred language\""
+	@${ECHO} "USE_LANG=\"prefered language\""
 	@${ECHO}
 	@${ECHO} "and set a different language"
 	@${ECHO} "like:"
@@ -229,7 +229,7 @@
 	@${ECHO}
 	@${ECHO} "Add USE_GCC=2.95 or USE_GCC=3.1"
 	@${ECHO} "to compile openoffice with your"
-	@${ECHO} "preferred compiler."
+	@${ECHO} "prefered compiler."
 .endif
 .if !defined(WITH_BSD_JDK)
 	@${ECHO}
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19Kpsk-0005YJ-4K>