pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox91 firefox91: we no longer install to share...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/318a32f6bffa
branches:  trunk
changeset: 458478:318a32f6bffa
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Sep 16 20:46:35 2021 +0000

description:
firefox91: we no longer install to share/pixmaps

diffstat:

 www/firefox91/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7452b60dfbfc -r 318a32f6bffa www/firefox91/Makefile
--- a/www/firefox91/Makefile    Thu Sep 16 20:45:38 2021 +0000
+++ b/www/firefox91/Makefile    Thu Sep 16 20:46:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/09/16 20:45:38 nia Exp $
+# $NetBSD: Makefile,v 1.5 2021/09/16 20:46:35 nia Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            91.1
@@ -153,7 +153,8 @@
          < ${FILESDIR}/desktop.in                                      \
          > ${WRKDIR}/desktop
 
-INSTALLATION_DIRS+=    share/applications share/pixmaps
+INSTALLATION_DIRS+=    share/applications
+
 post-install:
        ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA}
        ${ECHO} '${PREFIX}/lib/${MOZILLA}/${MOZILLA} "$$@"' >> \



Home | Main Index | Thread Index | Old Index