aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-10-22 22:04:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-10-22 22:04:01 +0800
commit590e343f8ec41461f825015d6dc8c60d4ae769ab (patch)
tree97fa6c721b3189472458272147b4aca03cf4b7bc /www/firefox-esr
parentf96d380b5412c4ad8c38bbdcc47f11ce8315dcc5 (diff)
downloadfreebsd-ports-gnome-590e343f8ec41461f825015d6dc8c60d4ae769ab.tar.gz
freebsd-ports-gnome-590e343f8ec41461f825015d6dc8c60d4ae769ab.tar.zst
freebsd-ports-gnome-590e343f8ec41461f825015d6dc8c60d4ae769ab.zip
- Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index c56ce158f129..81ed1e1de26a 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -63,11 +63,9 @@ pre-configure:
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
${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/
${MKDIR} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default
${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON}