pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   abs
Date:           Tue May 30 13:26:45 UTC 2023

Modified Files:
        pkgsrc/www/firefox: Makefile

Log Message:
Fix (harmless) error in firefox.sh workaround

For the workaround case $PREFIX/bin/firefox would have an extra
/usr/pkg/lib/firefox/firefox "$@" added after the
exec /usr/pkg/lib/firefox/firefox "$@"


To generate a diff of this commit:
cvs rdiff -u -r1.555 -r1.556 pkgsrc/www/firefox/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/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.555 pkgsrc/www/firefox/Makefile:1.556
--- pkgsrc/www/firefox/Makefile:1.555   Tue May 30 08:37:37 2023
+++ pkgsrc/www/firefox/Makefile Tue May 30 13:26:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.555 2023/05/30 08:37:37 abs Exp $
+# $NetBSD: Makefile,v 1.556 2023/05/30 13:26:45 abs Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            112.0
@@ -170,10 +170,10 @@ post-install:
        ${INSTALL_SCRIPT} ${FILESDIR}/firefox.sh ${DESTDIR}${PREFIX}/bin/${MOZILLA}
 .else
        ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA}
-.endif
        ${ECHO} '${PREFIX}/lib/${MOZILLA}/${MOZILLA} "$$@"' >> \
                ${DESTDIR}${PREFIX}/bin/${MOZILLA}
        ${CHMOD} 755 ${DESTDIR}${PREFIX}/bin/${MOZILLA}
+.endif
        ${INSTALL_DATA} ${WRKDIR}/desktop                               \
          ${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop
 .for i in 16 22 24 32 48 64 128 256



Home | Main Index | Thread Index | Old Index