pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox78



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 11 23:04:44 UTC 2020

Modified Files:
        pkgsrc/www/firefox78: Makefile

Log Message:
firefox78: one INSTALLATION_DIRS line per dir

for easier syncing with other packages


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/firefox78/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/firefox78/Makefile
diff -u pkgsrc/www/firefox78/Makefile:1.11 pkgsrc/www/firefox78/Makefile:1.12
--- pkgsrc/www/firefox78/Makefile:1.11  Wed Nov 11 19:10:05 2020
+++ pkgsrc/www/firefox78/Makefile       Wed Nov 11 23:04:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/11/11 19:10:05 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/11/11 23:04:44 wiz Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            78.4
@@ -116,7 +116,9 @@ post-build:
          < ${FILESDIR}/desktop.in                                      \
          > ${WRKDIR}/desktop
 
-INSTALLATION_DIRS+=    share/applications share/pixmaps
+INSTALLATION_DIRS+=    share/applications
+INSTALLATION_DIRS+=    share/pixmaps
+
 post-install:
        ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA}
        ${ECHO} '${PREFIX}/lib/${MOZILLA}/${MOZILLA} "$$@"' >> \



Home | Main Index | Thread Index | Old Index