aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-03-15 05:43:57 +0800
committerrobak <robak@FreeBSD.org>2015-03-15 05:43:57 +0800
commit3f2eb5b46084828869554b74bd2529be30c80121 (patch)
treeb31b5bb2f4643d8eccc2144462cd9c4dbc2b0174 /www
parentcfdf94bb0a289b649993a567ef39f63c94aa6aee (diff)
downloadfreebsd-ports-gnome-3f2eb5b46084828869554b74bd2529be30c80121.tar.gz
freebsd-ports-gnome-3f2eb5b46084828869554b74bd2529be30c80121.tar.zst
freebsd-ports-gnome-3f2eb5b46084828869554b74bd2529be30c80121.zip
www/seamonkey-i18n: minor fixes
- Fix typo in Makefile.lang - Fix pkg-plist missing dir - Maintainer's timeout (gecko@FreeBSD.org) PR: 185210 Submitted by: Thierry Thomas <thierry@FreeBSD.org>
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey-i18n/Makefile1
-rw-r--r--www/seamonkey-i18n/Makefile.lang2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/seamonkey-i18n/Makefile b/www/seamonkey-i18n/Makefile
index 4bab98821a56..b26e9bda6e7b 100644
--- a/www/seamonkey-i18n/Makefile
+++ b/www/seamonkey-i18n/Makefile
@@ -58,6 +58,7 @@ do-extract:
${FIND} -H -s * ! -type d | \
${SED} -e "s|^|lib/xpi/langpack-$$lang@seamonkey.mozilla.org/|" >> ${PLISTF}; \
done
+ ${ECHO} "@dir %%XPI_LIBDIR%%/symlinks/firefox" >> ${PLISTF}
${CAT} ${PLISTF} | ${SORT} >> ${PLIST}
do-install:
diff --git a/www/seamonkey-i18n/Makefile.lang b/www/seamonkey-i18n/Makefile.lang
index e3ab0a444d65..55e508a0a704 100644
--- a/www/seamonkey-i18n/Makefile.lang
+++ b/www/seamonkey-i18n/Makefile.lang
@@ -5,7 +5,7 @@ SEAMONKEY_I18N_ALL_= be ca cs de en-GB en-US es-AR es-ES fi fr gl hu it \
ja-JP-mac ja lt nb-NO nl pl pt-PT ru sk sv-SE tr uk \
zh-CN zh-TW
-.if defined(SEAMONKEY_I18N_ALL) || (defined(PACKAGE_BUILDING) && !exists(${OPTIONSFILE})) || make(makesum)
+.if defined(SEAMONKEY_I18N_ALL) || (defined(PACKAGE_BUILDING) && !exists(${OPTIONS_FILE})) || make(makesum)
SEAMONKEY_I18N= ${SEAMONKEY_I18N_ALL_}
.else
.if ${PORT_OPTIONS:MLANG_BE}