diff options
author | mezz <mezz@FreeBSD.org> | 2008-01-11 02:02:49 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-01-11 02:02:49 +0800 |
commit | ec4676f10549576264922aa0801b235ac09cdeac (patch) | |
tree | 3ec8d70f3acba263a8adfffd63b3cc5b6924814e /www/firefox/Makefile | |
parent | b107b8eb16015eca31cb7c3765de8fccdae32139 (diff) | |
download | freebsd-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/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> |