diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 13:09:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 13:09:43 +0000 |
commit | 466ac8e57a2aea45f93a750582d3dff58c2a49fc (patch) | |
tree | 2d22e735667fd6108a18cc536925c1db0603f679 /www/seamonkey | |
parent | e5372c7fad7f3941ab8461382e107f4b2d286e3c (diff) | |
download | ports-466ac8e57a2aea45f93a750582d3dff58c2a49fc.tar.gz ports-466ac8e57a2aea45f93a750582d3dff58c2a49fc.zip |
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 15 | ||||
-rw-r--r-- | www/seamonkey/distinfo | 1 | ||||
-rw-r--r-- | www/seamonkey/pkg-comment | 2 | ||||
-rw-r--r-- | www/seamonkey/pkg-descr | 6 | ||||
-rw-r--r-- | www/seamonkey/pkg-plist | 6 |
5 files changed, 10 insertions, 20 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 38bfe4c9fabd..20f1cdc46ae6 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -6,20 +6,14 @@ # Note: you can make the standalone navigator version by typing # make NAVIGATOR=yes # -# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $ +# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $ # -DISTNAME= netscape-4.04 +DISTNAME= netscape-communicator-4.04 CATEGORIES= www -.if !defined(NAVIGATOR) MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/ DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz -.else -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/ -DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz -.endif -# responsible for communicator only MAINTAINER= ache@FreeBSD.ORG RESTRICTED= "Commercial software" @@ -33,8 +27,9 @@ BINDIR= ${PREFIX}/bin do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install - mv ${NDIR}/netscape ${NDIR}/netscape.bin - ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR} + mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin + ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04 + ln -sf communicator-4.04 ${BINDIR}/netscape if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo index 9112967b577b..7117bdc23907 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/distinfo @@ -1,2 +1 @@ MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74 -MD5 (navigator-v404-export.x86-unknown-freebsd.tar.gz) = 0773f4c0d056bbeb3038f2a8b8ec80d4 diff --git a/www/seamonkey/pkg-comment b/www/seamonkey/pkg-comment index 85c538ca5e9a..3d907bd7e716 100644 --- a/www/seamonkey/pkg-comment +++ b/www/seamonkey/pkg-comment @@ -1 +1 @@ -netscape ver 4 web-surfboard (navigator or communicator) +netscape ver 4 communicator web-surfboard diff --git a/www/seamonkey/pkg-descr b/www/seamonkey/pkg-descr index c78edc82b238..e0a83b68e9ae 100644 --- a/www/seamonkey/pkg-descr +++ b/www/seamonkey/pkg-descr @@ -1,12 +1,6 @@ This is the netscape web-surfboard. Please read the file "/usr/local/lib/netscape/LICENSE" for the licensing terms. -Note: If the standalone navigator hangs on startup eating all CPU -time, find the user_pref("browser.startup.license_accepted", ...); -line in your ~/.netscape/preferences.js and move it to the end of -the file, or remove it, if simply moving doesn't help. -Don't forget to report this bug to Netscape Team. - Note: If Java applets fail to display. Type this as root: cd /usr/X11R6/lib/X11/fonts/misc /usr/X11R6/bin/mkfontdir diff --git a/www/seamonkey/pkg-plist b/www/seamonkey/pkg-plist index 329a99412745..c74392ca0eb1 100644 --- a/www/seamonkey/pkg-plist +++ b/www/seamonkey/pkg-plist @@ -1,4 +1,6 @@ -bin/netscape +bin/communicator-4.04 +@exec ln -sf %f bin/netscape +@unexec rm -f bin/netscape lib/netscape/README lib/netscape/LICENSE lib/netscape/Netscape.ad @@ -118,5 +120,5 @@ lib/netscape/spell/pen4s324.dat lib/netscape/spell/netscape.dic lib/netscape/vreg lib/netscape/registry -lib/netscape/netscape.bin +lib/netscape/communicator-4.04.bin lib/netscape/mailcap |