diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:56:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 13:56:27 +0000 |
commit | d46ccd7303bf20ea948fb7ae7d9295ad15a9bdf0 (patch) | |
tree | a35566f61939b515f5bf3edc63109b89ea9b970f /mail/thunderbird | |
parent | c87a56b35119a3f8c54074da6dd45335b59a2fc4 (diff) |
Notes
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index dfb34c12c525..e5d0fccb7697 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -141,10 +141,8 @@ port-pre-install: pre-install: @${ECHO_CMD} 'share/applications/${PORTNAME}.desktop' >> ${PLIST} @${ECHO_CMD} 'share/pixmaps/${PORTNAME_ICON}' >> ${PLIST} - @${ECHO_CMD} '@dirrmtry share/applications' >> ${PLIST} post-install: - ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKDIR}/${MOZILLA_EXEC_NAME}.desktop ${PREFIX}/share/applications ${LN} -sf ${PORTNAME_ICON_SRC} ${PREFIX}/share/pixmaps/${PORTNAME_ICON} .if ${PORT_OPTIONS:MLIGHTNING} |