diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-28 00:44:28 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-28 00:44:28 +0000 |
commit | d6372ca585a100a07edb1a97b613b937e07c2cb5 (patch) | |
tree | c9c3b44d2bb3c28e7d3de22d519350503f1e16e5 /www/frontpage-ar/Makefile | |
parent | c4e5626312f35cee0365f2454daf296c28092f52 (diff) | |
download | FreeBSD-ports-d6372ca585a100a07edb1a97b613b937e07c2cb5.zip FreeBSD-ports-d6372ca585a100a07edb1a97b613b937e07c2cb5.tar.gz |
Vocabulary fix: extention -> extension
Diffstat (limited to 'www/frontpage-ar/Makefile')
-rw-r--r-- | www/frontpage-ar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/frontpage-ar/Makefile b/www/frontpage-ar/Makefile index 8fd7a79..9573453 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 |