Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/seamonkey-l10n seamonkey-l10n: Add accidentally-re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4333dda17eca
branches:  trunk
changeset: 432398:4333dda17eca
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu May 21 20:11:12 2020 +0000

description:
seamonkey-l10n: Add accidentally-removed DISTFILES to fix make fetch

diffstat:

 www/seamonkey-l10n/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 71bf2b4594e8 -r 4333dda17eca www/seamonkey-l10n/Makefile
--- a/www/seamonkey-l10n/Makefile       Thu May 21 19:47:54 2020 +0000
+++ b/www/seamonkey-l10n/Makefile       Thu May 21 20:11:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2020/05/06 14:36:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.50 2020/05/21 20:11:12 ryoon Exp $
 #
 
 SM_VER=                2.53.2
@@ -14,7 +14,7 @@
 DEPENDS+=      seamonkey>=${PKGVERSION_NOREV}:../../www/seamonkey
 
 DIST_SUBDIR=   ${PKGNAME_NOREV}
-DISTFILES=     ${XPI_FILES}
+DISTFILES=     ${SM_LOCALES:C/.*/seamonkey-${SM_VER}.&.langpack.xpi/}
 
 NO_BUILD=      yes
 



Home | Main Index | Thread Index | Old Index