aboutsummaryrefslogtreecommitdiff
path: root/www/frontpage
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-28 00:44:28 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-28 00:44:28 +0000
commit5a4d3513a1ecad90719dc4022741186892d0182f (patch)
tree41670fc86932b5705fc91f60bd9472c3f12f7c2f /www/frontpage
parent6a70b2ffd66765327057f814cc39825454adc39a (diff)
downloadports-5a4d3513a1ecad90719dc4022741186892d0182f.tar.gz
ports-5a4d3513a1ecad90719dc4022741186892d0182f.zip
Notes
Diffstat (limited to 'www/frontpage')
-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
5 files changed, 8 insertions, 8 deletions
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.