diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-07-02 20:20:36 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-07-02 20:20:36 +0000 |
commit | 48c173af224422d8d0e7b951bf3d6517e4038953 (patch) | |
tree | 9e62352928a16b5ffc3a4f88834da08abe16d2f9 /www/firefox35 | |
parent | 7ad2b7f92f3476d0293ebedbccc9e8b78e0e87f1 (diff) |
Also display pkg-message when installing the port (as opposed to a
a package).
Approved by: miwi
Notes
Notes:
svn path=/head/; revision=236932
Diffstat (limited to 'www/firefox35')
-rw-r--r-- | www/firefox35/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 8a8f02141f95..1c5886f2e021 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -124,5 +124,6 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/ ${MKDIR} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON} + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |