pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/seamonkey-l10n



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Nov 18 07:16:48 UTC 2018

Modified Files:
        pkgsrc/www/seamonkey-l10n: Makefile

Log Message:
Include xpi.mk from firefox52 directory

www/seamonkey is based on gecko 52.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/seamonkey-l10n/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/seamonkey-l10n/Makefile
diff -u pkgsrc/www/seamonkey-l10n/Makefile:1.44 pkgsrc/www/seamonkey-l10n/Makefile:1.45
--- pkgsrc/www/seamonkey-l10n/Makefile:1.44     Tue Oct 23 22:55:13 2018
+++ pkgsrc/www/seamonkey-l10n/Makefile  Sun Nov 18 07:16:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2018/10/23 22:55:13 maya Exp $
+# $NetBSD: Makefile,v 1.45 2018/11/18 07:16:48 ryoon Exp $
 #
 
 SM_VER=                2.49.4
@@ -24,5 +24,5 @@ SM_LOCALES=           cs de en-GB en-US es-AR es-
 EXTENSIONS_DIR=                ${PREFIX}/lib/seamonkey/extensions
 XPI_FILES=             ${SM_LOCALES:C/.*/seamonkey-${SM_VER}.&.langpack.xpi/}
 
-.include "../../www/firefox/xpi.mk"
+.include "../../www/firefox52/xpi.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index