pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Sep 16 20:47:40 UTC 2021

Modified Files:
        pkgsrc/www/firefox: Makefile

Log Message:
firefox: we no longer install to share/pixmaps


To generate a diff of this commit:
cvs rdiff -u -r1.492 -r1.493 pkgsrc/www/firefox/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/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.492 pkgsrc/www/firefox/Makefile:1.493
--- pkgsrc/www/firefox/Makefile:1.492   Thu Sep 16 16:46:24 2021
+++ pkgsrc/www/firefox/Makefile Thu Sep 16 20:47:40 2021
@@ -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 @@ post-build:
          < ${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