summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-11 02:00:51 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-11 02:00:51 +0800
commitba5f858bd1045b2f1f191dfc4455ed37131a4cf0 (patch)
treeb4e7d0d32f52e502b86777e5807e163a0e6a99f3 /www
parentfe338acd659e185d3cb18efc1c7c1ab9f24c9857 (diff)
downloadmarcuscom-ports-ba5f858bd1045b2f1f191dfc4455ed37131a4cf0.tar.gz
marcuscom-ports-ba5f858bd1045b2f1f191dfc4455ed37131a4cf0.tar.zst
marcuscom-ports-ba5f858bd1045b2f1f191dfc4455ed37131a4cf0.zip
Fix the pkg-message never display.
PR: ports/119394 Submitted by: naddy git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10048 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index fbadca8bf..60e880222 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -3,7 +3,7 @@
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/www/firefox/Makefile,v 1.41 2007/12/28 17:39:28 mezz Exp $
#
PORTNAME= firefox
@@ -107,6 +107,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>