pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox78 firefox78: one INSTALLATION_DIRS line pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/117a8d272da4
branches:  trunk
changeset: 441836:117a8d272da4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 11 23:04:44 2020 +0000

description:
firefox78: one INSTALLATION_DIRS line per dir

for easier syncing with other packages

diffstat:

 www/firefox78/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 13a590a2b8af -r 117a8d272da4 www/firefox78/Makefile
--- a/www/firefox78/Makefile    Wed Nov 11 22:21:33 2020 +0000
+++ b/www/firefox78/Makefile    Wed Nov 11 23:04:44 2020 +0000
@@ -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 @@
          < ${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