Date: Wed, 30 Oct 2013 12:53:05 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1375 - trunk/www/firefox-nightly Message-ID: <201310301253.r9UCr5T1058871@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310301253.r9UCr5T1058871>
