diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-01-10 18:02:49 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-01-10 18:02:49 +0000 |
commit | 1bd6a0f7c6d55894b1bf40a313c414d156ef4e02 (patch) | |
tree | 5af9820ff9b4f3f8c46a8974520a31684a4d331c /www/firefox | |
parent | 4608c00147fcc3e061f9bcf26d24337dc0fa2344 (diff) | |
download | ports-1bd6a0f7c6d55894b1bf40a313c414d156ef4e02.tar.gz ports-1bd6a0f7c6d55894b1bf40a313c414d156ef4e02.zip |
Notes
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index e08ef897dce2..89051e9fc2d6 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -105,6 +105,7 @@ post-install: ${MKDIR} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default.xpm ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON} + @${CAT} ${PKGMESSAGE} .include "${PORTSDIR}/www/mozilla/Makefile.common" .include <bsd.port.post.mk> |