ports/165125: [patch] ports/Mk/bsd.port.mk misspelling correction
Conrad J. Sabatier
conrads at cox.net
Tue Feb 14 04:50:10 UTC 2012
>Number: 165125
>Category: ports
>Synopsis: [patch] ports/Mk/bsd.port.mk misspelling correction
>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: Tue Feb 14 04:50:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Conrad J. Sabatier
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Feb 12 19:15:46 CST 2012 conrads at serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64
>Description:
Correct some misspellings/grammatical errors in the pretty-print-www-site target
>How-To-Repeat:
cd <some-port>; make pretty-print-www-site
>Fix:
patch below
--- bsd.port.mk.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.705
diff -u -r1.705 bsd.port.mk
--- bsd.port.mk 2 Feb 2012 07:21:14 -0000 1.705
+++ bsd.port.mk 14 Feb 2012 04:14:16 -0000
@@ -4445,7 +4445,7 @@
if [ -n "$${www_site}" ]; then \
${ECHO_MSG} -n " and/or visit the "; \
${ECHO_MSG} -n "<a href=\"$${www_site}\">web site</a>"; \
- ${ECHO_MSG} " for futher informations"; \
+ ${ECHO_MSG} " for further information"; \
fi
.endif
--- bsd.port.mk.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list