aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/Makefile
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-01-11 02:02:49 +0800
committermezz <mezz@FreeBSD.org>2008-01-11 02:02:49 +0800
commitec4676f10549576264922aa0801b235ac09cdeac (patch)
tree3ec8d70f3acba263a8adfffd63b3cc5b6924814e /www/firefox/Makefile
parentb107b8eb16015eca31cb7c3765de8fccdae32139 (diff)
downloadfreebsd-ports-gnome-ec4676f10549576264922aa0801b235ac09cdeac.tar.gz
freebsd-ports-gnome-ec4676f10549576264922aa0801b235ac09cdeac.tar.zst
freebsd-ports-gnome-ec4676f10549576264922aa0801b235ac09cdeac.zip
Fix the pkg-message never display.
PR: ports/119394 Submitted by: naddy
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r--www/firefox/Makefile1
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>