Author: jbeich
Date: Sat Aug 31 20:58:51 2013
New Revision: 1345

Log:
fix make update with no /etc/ssl/cert.pem symlink after r1343

Reported by:    AN <[email protected]>

Modified:
   trunk/www/firefox-nightly/Makefile

Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile  Sat Aug 31 15:20:11 2013        (r1344)
+++ trunk/www/firefox-nightly/Makefile  Sat Aug 31 20:58:51 2013        (r1345)
@@ -91,7 +91,7 @@
        @${CAT} ${PKGMESSAGE}
 
 update:
-       @${FETCH_CMD} -qo- ${MASTER_SITES:M*hg*:S/archive/rev/}/tip \
+       @${FETCH_ENV} ${FETCH_CMD} -qo- 
${MASTER_SITES:M*hg*:S/archive/rev/}/tip \
                | ${SED} -n '/title/ { s|.*changeset |HGREV=            |; \
                        s|</.*||; p; q; }' > ${.CURDIR}/Makefile.hgrev
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to