pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox91



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Sep 16 20:46:35 UTC 2021

Modified Files:
        pkgsrc/www/firefox91: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/firefox91/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/firefox91/Makefile
diff -u pkgsrc/www/firefox91/Makefile:1.4 pkgsrc/www/firefox91/Makefile:1.5
--- pkgsrc/www/firefox91/Makefile:1.4   Thu Sep 16 20:45:38 2021
+++ pkgsrc/www/firefox91/Makefile       Thu Sep 16 20:46:35 2021
@@ -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 @@ 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