tech-pkg archive

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

[PATCH] firefox: remove obsolete PLIST entries



Several files in PLIST.Linux were added to PLIST, so they can be
removed from PLIST.Linux.

There are no more "notlinux" PLIST files, so remove it from PLIST_VARS.
---
 www/firefox/Makefile    | 5 -----
 www/firefox/PLIST.Linux | 3 ---
 2 files changed, 8 deletions(-)

diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index b67789916a2..dfcf5603941 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -69,11 +69,6 @@ MOZILLA_NAME=	Firefox
 MOZILLA_NAME=	Browser
 .endif
 
-PLIST_VARS+=	notlinux
-.if ${OPSYS} != "Linux"
-PLIST.notlinux=	yes
-.endif
-
 post-extract:
 	mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S
 # XXX Hack taken from lang/rust.
diff --git a/www/firefox/PLIST.Linux b/www/firefox/PLIST.Linux
index 7d8b666a402..41c6a811212 100644
--- a/www/firefox/PLIST.Linux
+++ b/www/firefox/PLIST.Linux
@@ -1,5 +1,2 @@
 @comment $NetBSD: PLIST.Linux,v 1.1 2020/02/26 20:55:43 maya Exp $
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/autocomplete-item.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/editDialog.css
-lib/firefox/fonts/TwemojiMozilla.ttf
 lib/firefox/libmozsandbox.so
-- 
2.26.0



Home | Main Index | Thread Index | Old Index