svn commit: r381295 - head/www/seamonkey-i18n

Bartek Rutkowski robak at FreeBSD.org
Sat Mar 14 21:43:58 UTC 2015


Author: robak
Date: Sat Mar 14 21:43:57 2015
New Revision: 381295
URL: https://svnweb.freebsd.org/changeset/ports/381295
QAT: https://qat.redports.org/buildarchive/r381295/

Log:
  www/seamonkey-i18n: minor fixes
  
  - Fix typo in Makefile.lang
  - Fix pkg-plist missing dir
  - Maintainer's timeout (gecko at FreeBSD.org)
  
  PR:		185210
  Submitted by:	Thierry Thomas <thierry at FreeBSD.org>

Modified:
  head/www/seamonkey-i18n/Makefile
  head/www/seamonkey-i18n/Makefile.lang

Modified: head/www/seamonkey-i18n/Makefile
==============================================================================
--- head/www/seamonkey-i18n/Makefile	Sat Mar 14 21:32:03 2015	(r381294)
+++ head/www/seamonkey-i18n/Makefile	Sat Mar 14 21:43:57 2015	(r381295)
@@ -58,6 +58,7 @@ do-extract:
 		${FIND} -H -s * ! -type d | \
 		${SED} -e "s|^|lib/xpi/langpack-$$lang at seamonkey.mozilla.org/|" >> ${PLISTF}; \
 	done
+	${ECHO} "@dir %%XPI_LIBDIR%%/symlinks/firefox" >> ${PLISTF}
 	${CAT} ${PLISTF} | ${SORT} >> ${PLIST}
 
 do-install:

Modified: head/www/seamonkey-i18n/Makefile.lang
==============================================================================
--- head/www/seamonkey-i18n/Makefile.lang	Sat Mar 14 21:32:03 2015	(r381294)
+++ head/www/seamonkey-i18n/Makefile.lang	Sat Mar 14 21:43:57 2015	(r381295)
@@ -5,7 +5,7 @@ SEAMONKEY_I18N_ALL_=	be ca cs de en-GB e
 			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}


More information about the svn-ports-head mailing list