[SVN-Commit] r1375 - trunk/www/firefox-nightly
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Wed Oct 30 12:53:12 UTC 2013
Author: flo
Date: Wed Oct 30 12:53:04 2013
New Revision: 1375
Log:
Don't remove/create share/applications as done for all the other ports in
the previous commit
Modified:
trunk/www/firefox-nightly/Makefile
Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile Wed Oct 30 12:52:18 2013 (r1374)
+++ trunk/www/firefox-nightly/Makefile Wed Oct 30 12:53:04 2013 (r1375)
@@ -79,11 +79,10 @@
port-pre-install:
${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF}
- ${ECHO_CMD} "@dirrmtry share/applications" >> ${PLISTD}
${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLISTF}
post-install:
- ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps
+ ${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/
${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON}
@${CAT} ${PKGMESSAGE}
More information about the freebsd-gecko
mailing list