From ba5f858bd1045b2f1f191dfc4455ed37131a4cf0 Mon Sep 17 00:00:00 2001 From: mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> Date: Thu, 10 Jan 2008 18:00:51 +0000 Subject: 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 --- www/firefox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') 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> -- cgit