[SVN-Commit] r908 - in branches/experimental/www: firefox firefox-esr firefox-nightly

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Aug 1 18:56:11 UTC 2012


Author: jbeich
Date: Wed Aug  1 18:56:03 2012
New Revision: 908

Log:
don't create empty nss directory after r900

Modified:
   branches/experimental/www/firefox-esr/Makefile
   branches/experimental/www/firefox-nightly/Makefile
   branches/experimental/www/firefox/Makefile

Modified: branches/experimental/www/firefox-esr/Makefile
==============================================================================
--- branches/experimental/www/firefox-esr/Makefile	Wed Aug  1 18:25:03 2012	(r907)
+++ branches/experimental/www/firefox-esr/Makefile	Wed Aug  1 18:56:03 2012	(r908)
@@ -118,7 +118,6 @@
 
 port-pre-install:
 	${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF}
-	${ECHO_CMD} "@exec mkdir -p %D/include/firefox/nss" >> ${PLISTD}
 	${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD}
 	${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF}
 

Modified: branches/experimental/www/firefox-nightly/Makefile
==============================================================================
--- branches/experimental/www/firefox-nightly/Makefile	Wed Aug  1 18:25:03 2012	(r907)
+++ branches/experimental/www/firefox-nightly/Makefile	Wed Aug  1 18:56:03 2012	(r908)
@@ -124,7 +124,6 @@
 
 port-pre-install:
 	${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF}
-	${ECHO_CMD} "@exec mkdir -p %D/include/firefox/nss" >> ${PLISTD}
 	${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD}
 	${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF}
 

Modified: branches/experimental/www/firefox/Makefile
==============================================================================
--- branches/experimental/www/firefox/Makefile	Wed Aug  1 18:25:03 2012	(r907)
+++ branches/experimental/www/firefox/Makefile	Wed Aug  1 18:56:03 2012	(r908)
@@ -114,7 +114,6 @@
 
 port-pre-install:
 	${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF}
-	${ECHO_CMD} "@exec mkdir -p %D/include/firefox/nss" >> ${PLISTD}
 	${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD}
 	${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF}
 


More information about the freebsd-gecko mailing list