summaryrefslogtreecommitdiff
path: root/www/firefox78
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-11-11 23:04:44 +0000
committerwiz <wiz@pkgsrc.org>2020-11-11 23:04:44 +0000
commit9fda0715a91166c13b20839ef95a936c6cc79c71 (patch)
treeb87f4dc8cf84aefafe5327c0556f3adb080661a4 /www/firefox78
parentb39fe9605d861af4eeca8d290545a1cc32202090 (diff)
downloadpkgsrc-9fda0715a91166c13b20839ef95a936c6cc79c71.tar.gz
firefox78: one INSTALLATION_DIRS line per dir
for easier syncing with other packages
Diffstat (limited to 'www/firefox78')
-rw-r--r--www/firefox78/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/firefox78/Makefile b/www/firefox78/Makefile
index 2953bdd8568..43c7bf8a10c 100644
--- a/www/firefox78/Makefile
+++ b/www/firefox78/Makefile
@@ -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} "$$@"' >> \