diff options
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 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 |