pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e994a0fd502c
branches:  trunk
changeset: 458479:e994a0fd502c
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Sep 16 20:47:40 2021 +0000

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

diffstat:

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

diffs (19 lines):

diff -r 318a32f6bffa -r e994a0fd502c www/firefox/Makefile
--- a/www/firefox/Makefile      Thu Sep 16 20:46:35 2021 +0000
+++ b/www/firefox/Makefile      Thu Sep 16 20:47:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.492 2021/09/16 16:46:24 nia Exp $
+# $NetBSD: Makefile,v 1.493 2021/09/16 20:47:40 nia Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            91.0
@@ -151,7 +151,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