diff options
author | naddy <naddy@FreeBSD.org> | 2009-07-03 04:20:36 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-07-03 04:20:36 +0800 |
commit | 5cb4d6776f90ba47e2b3f88f2ee06546cbbc9ced (patch) | |
tree | 0a0a9baa25a5078c19ab5cdcaf4f594dc48e10e2 /www | |
parent | 78bd830c59c3902996886cc4e6a809615ae5f42b (diff) | |
download | freebsd-ports-gnome-5cb4d6776f90ba47e2b3f88f2ee06546cbbc9ced.tar.gz freebsd-ports-gnome-5cb4d6776f90ba47e2b3f88f2ee06546cbbc9ced.tar.zst freebsd-ports-gnome-5cb4d6776f90ba47e2b3f88f2ee06546cbbc9ced.zip |
Also display pkg-message when installing the port (as opposed to a
a package).
Approved by: miwi
Diffstat (limited to 'www')
-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> |