summaryrefslogtreecommitdiff
path: root/www/firefox91
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-09-16 20:46:35 +0000
committernia <nia@pkgsrc.org>2021-09-16 20:46:35 +0000
commit5ca9e11f94775d064493faa4b6cbe54ea7a25c99 (patch)
tree1f899c49eb39c2c2b193963720ecf0070848bb17 /www/firefox91
parent671a78f0ab0214e3aa4345e88786ead3c2fbce9f (diff)
downloadpkgsrc-5ca9e11f94775d064493faa4b6cbe54ea7a25c99.tar.gz
firefox91: we no longer install to share/pixmaps
Diffstat (limited to 'www/firefox91')
-rw-r--r--www/firefox91/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/firefox91/Makefile b/www/firefox91/Makefile
index 9e212fbe80e..ac7961874ad 100644
--- a/www/firefox91/Makefile
+++ b/www/firefox91/Makefile
@@ -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} "$$@"' >> \