diff options
author | robak <robak@FreeBSD.org> | 2015-03-15 05:43:57 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-03-15 05:43:57 +0800 |
commit | 3f2eb5b46084828869554b74bd2529be30c80121 (patch) | |
tree | b31b5bb2f4643d8eccc2144462cd9c4dbc2b0174 /www | |
parent | cfdf94bb0a289b649993a567ef39f63c94aa6aee (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | www/seamonkey-i18n/Makefile.lang | 2 |
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} |