diff options
author | nia <nia@pkgsrc.org> | 2021-09-16 20:46:35 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-09-16 20:46:35 +0000 |
commit | 5ca9e11f94775d064493faa4b6cbe54ea7a25c99 (patch) | |
tree | 1f899c49eb39c2c2b193963720ecf0070848bb17 /www/firefox91 | |
parent | 671a78f0ab0214e3aa4345e88786ead3c2fbce9f (diff) | |
download | pkgsrc-5ca9e11f94775d064493faa4b6cbe54ea7a25c99.tar.gz |
firefox91: we no longer install to share/pixmaps
Diffstat (limited to 'www/firefox91')
-rw-r--r-- | www/firefox91/Makefile | 5 |
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} "$$@"' >> \ |