diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-01 16:44:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-01 16:44:34 +0000 |
commit | 0f13156ce845f9a0c7f858946337ba73cad3eb71 (patch) | |
tree | 7ff10937e17a2507f388b1c6d368ec896353a8de /www/firefox-remote | |
parent | 9b5c71320b638969e96d6d5c59b8c1fe64f25274 (diff) |
Notes
Diffstat (limited to 'www/firefox-remote')
-rw-r--r-- | www/firefox-remote/Makefile | 7 | ||||
-rw-r--r-- | www/firefox-remote/distinfo | 4 | ||||
-rw-r--r-- | www/firefox-remote/pkg-descr | 2 | ||||
-rw-r--r-- | www/firefox-remote/pkg-message | 7 | ||||
-rw-r--r-- | www/firefox-remote/pkg-plist | 1 |
5 files changed, 17 insertions, 4 deletions
diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile index 77755f9392cb..a64513cc5683 100644 --- a/www/firefox-remote/Makefile +++ b/www/firefox-remote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= firefox -PORTVERSION= 20040621 +PORTVERSION= 20040701 CATEGORIES= www MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/ PKGNAMESUFFIX= -remote @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} EXTRACT_SUFX= .bz2 MAINTAINER= klammer@webonaut.com -COMMENT= Wrapper script for firefox web browser +COMMENT= Wrapper scripts for firefox web browser USE_BZIP2= yes USE_X_PREFIX= yes @@ -28,5 +28,8 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} + ${LN} -s ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} \ + ${PREFIX}/bin/thunderbird${PKGNAMESUFFIX} + ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/www/firefox-remote/distinfo b/www/firefox-remote/distinfo index 428f5dd5b497..fa6347e45c6f 100644 --- a/www/firefox-remote/distinfo +++ b/www/firefox-remote/distinfo @@ -1,2 +1,2 @@ -MD5 (firefox-remote-20040621.bz2) = 7d2bf92e920022fdf9af3f6dcaccb3fd -SIZE (firefox-remote-20040621.bz2) = 350 +MD5 (firefox-remote-20040701.bz2) = 755852c96f7173f7c349a66ec835f12e +SIZE (firefox-remote-20040701.bz2) = 869 diff --git a/www/firefox-remote/pkg-descr b/www/firefox-remote/pkg-descr index b65cc04fccbe..19bda45f1907 100644 --- a/www/firefox-remote/pkg-descr +++ b/www/firefox-remote/pkg-descr @@ -1,2 +1,4 @@ Wrapper script for firefox web browser to add the open-in-new-tab functionality missing in the original startup script. + +also included thunderbird-remote. diff --git a/www/firefox-remote/pkg-message b/www/firefox-remote/pkg-message new file mode 100644 index 000000000000..796f2f2602e3 --- /dev/null +++ b/www/firefox-remote/pkg-message @@ -0,0 +1,7 @@ +======================================================================== + +To enable mailto: in firefox the easiest way is to install the MozEx +navigation extension and use "${X11BASE}/bin/thunderbird-remote %r" +(without quotes) as the Mailer command. + +======================================================================== diff --git a/www/firefox-remote/pkg-plist b/www/firefox-remote/pkg-plist index 3ab22d88a917..368e900f3504 100644 --- a/www/firefox-remote/pkg-plist +++ b/www/firefox-remote/pkg-plist @@ -1 +1,2 @@ bin/firefox-remote +bin/thunderbird-remote |