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 | |
parent | Unbreak a package building for FreeBSD-5 (convert easy_install (diff) |
Fix the pkg-message never display.
PR: ports/119394
Submitted by: naddy
Notes
Notes:
svn path=/head/; revision=205391
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 1 | ||||
-rw-r--r-- | www/firefox36/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index e08ef897dce2..89051e9fc2d6 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/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> 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> diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index e08ef897dce2..89051e9fc2d6 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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> |