aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/frontpage-ar/Makefile2
-rw-r--r--www/frontpage/Makefile8
-rw-r--r--www/frontpage/pkg-comment2
-rw-r--r--www/frontpage/pkg-descr2
-rw-r--r--www/frontpage/pkg-message.bsdi2
-rw-r--r--www/frontpage/pkg-message.freebsd2
6 files changed, 9 insertions, 9 deletions
diff --git a/www/frontpage-ar/Makefile b/www/frontpage-ar/Makefile
index 8fd7a790fbe7..95734538b0c0 100644
--- a/www/frontpage-ar/Makefile
+++ b/www/frontpage-ar/Makefile
@@ -44,7 +44,7 @@ PLIST_SUB+= FP_LCID=${FP_LCID}
.endif
do-install:
- @${ECHO_MSG} "===> Untaring FrontPage ${FP_LANGUAGE} Language Extentions to ${PREFIX}"
+ @${ECHO_MSG} "===> Untaring FrontPage ${FP_LANGUAGE} Language Extensions to ${PREFIX}"
.for DISTFILE in ${DISTFILES}
@(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILE} ${EXTRACT_AFTER_ARGS})
.endfor
diff --git a/www/frontpage/Makefile b/www/frontpage/Makefile
index 53dfe5e39ba6..6e486cad3a18 100644
--- a/www/frontpage/Makefile
+++ b/www/frontpage/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: Microsoft FrontPage Extentions
+# New ports collection makefile for: Microsoft FrontPage Extensions
# Date created: Sat Oct 24 16:30:00 CDT 2001
# Whom: hetzels@westbend.net
#
@@ -72,7 +72,7 @@ pre-extract:
.if ${OSVERSION} < 430001 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500014 )
@if ! ${LDCONFIG} -r | ${GREP} -q -e "-ldescrypt"; then \
${ECHO} ; \
- ${ECHO} "WARNING: MS FrontPage Extentions requires the libdescrypt library"; \
+ ${ECHO} "WARNING: MS FrontPage Extensions requires the libdescrypt library"; \
${ECHO} " Install the libdescrypt Library, then build apache-fp"; \
${ECHO} ; \
${ECHO} " FreeBSD Handbook - Security (chapter 6)"; \
@@ -85,7 +85,7 @@ pre-extract:
.else
.if ${CRYPT_DES} == 1
@${ECHO}
- @${ECHO} "WARNING: MS FrontPage Extentions requires crypt_des in"
+ @${ECHO} "WARNING: MS FrontPage Extensions requires crypt_des in"
@${ECHO} " the /usr/lib/libcrypt library. You will need to"
@${ECHO} " rebuild the libcrypt library with DES support."
.if defined(NOSECURE) || defined(NOCRYPT)
@@ -113,7 +113,7 @@ post-patch:
.endif
do-install:
- @${ECHO_MSG} "===> Untaring FrontPage Extentions to ${PREFIX}"
+ @${ECHO_MSG} "===> Untaring FrontPage Extensions to ${PREFIX}"
@(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${FRONTPAGE} ${EXTRACT_AFTER_ARGS})
@${PERL} -pi -e 's:IMAGESDIR:../images/:g' ${PREFIX}/${FPCSS}
@${RM} ${PREFIX}/${FPHTTPD}/httpd
diff --git a/www/frontpage/pkg-comment b/www/frontpage/pkg-comment
index 2e5a61f6bc7e..8f9a53172c1f 100644
--- a/www/frontpage/pkg-comment
+++ b/www/frontpage/pkg-comment
@@ -1 +1 @@
-Microsoft Frontpage 2002 Extentions
+Microsoft Frontpage 2002 Extensions
diff --git a/www/frontpage/pkg-descr b/www/frontpage/pkg-descr
index af50465a93e3..6bba218f4fe3 100644
--- a/www/frontpage/pkg-descr
+++ b/www/frontpage/pkg-descr
@@ -1,4 +1,4 @@
-Microsoft Frontpage Extentions allows web administrators and authors to
+Microsoft Frontpage Extensions allows web administrators and authors to
remotely manage, create, modify, or delete web pages on the Apache server
using Microsoft FrontPage.
diff --git a/www/frontpage/pkg-message.bsdi b/www/frontpage/pkg-message.bsdi
index 918a1327a537..0f5cebe969d1 100644
--- a/www/frontpage/pkg-message.bsdi
+++ b/www/frontpage/pkg-message.bsdi
@@ -1,4 +1,4 @@
-The BSDI FrontPage Extentions require that libcrypt.* be linked to the
+The BSDI FrontPage Extensions require that libcrypt.* be linked to the
libdescrypt.* libraries. The fpsrvadm.exe program can only create DES
passwords, but the Apache server is unable to use them when libcrypt.*
are linked to the libscrypt.* libraries.
diff --git a/www/frontpage/pkg-message.freebsd b/www/frontpage/pkg-message.freebsd
index df92dfc338b4..059468bfbb8a 100644
--- a/www/frontpage/pkg-message.freebsd
+++ b/www/frontpage/pkg-message.freebsd
@@ -1,4 +1,4 @@
-The FreeBSD FrontPage Extentions require that libcrypt.* be linked to the
+The FreeBSD FrontPage Extensions require that libcrypt.* be linked to the
libdescrypt.* libraries. This is due to a problem with the fpsrvadm.exe
program will create invaild MD5 passwords when libcrypt.* are linked to
the libscrypt.* libraries.