summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-10-07 13:44:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-10-07 13:44:18 +0000
commit455ec54805bf04540906507b222c5774e940594d (patch)
treeb7cab762b92e4e914248aaa14b34fb72c25ac205 /www
parentUpgrade to version 4.07 (note this is the Linux binary). (diff)
Upgrade to 4.5 beta2
Notes
Notes: svn path=/head/; revision=13709
Diffstat (limited to 'www')
-rw-r--r--www/bsdi-netscape47-communicator/Makefile18
-rw-r--r--www/bsdi-netscape47-communicator/pkg-plist8
-rw-r--r--www/netscape47-communicator/Makefile18
-rw-r--r--www/netscape47-communicator/pkg-plist8
4 files changed, 26 insertions, 26 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile
index 52360c74ed9c..bc07abe44b81 100644
--- a/www/bsdi-netscape47-communicator/Makefile
+++ b/www/bsdi-netscape47-communicator/Makefile
@@ -3,21 +3,21 @@
# Date created: 24 Feb 1997
# Whom: thepish
#
-# $Id: Makefile,v 1.23 1998/08/31 08:43:01 asami Exp $
+# $Id: Makefile,v 1.24 1998/09/03 08:21:40 asami Exp $
#
-DISTNAME= netscape-communicator-4.5b1
+DISTNAME= communicator-v45b2-export.x86-unknown-freebsd
+PKGNAME= netscape-communicator-4.5b2
CATEGORIES= www
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/4.5_PR1/english/unix/freebsd2/
-DISTFILES= communicator-v45b1-export.x86-unknown-freebsd.tar.gz
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/4.5_PR2/english/unix/unsupported/freebsd/professional_edition/
MAINTAINER= thepish@FreeBSD.ORG
NO_LATEST_LINK= yes
-WRKSRC= ${WRKDIR}/communicator-v45b1.x86-unknown-freebsd
+WRKSRC= ${WRKDIR}/communicator-v45b2.x86-unknown-freebsd
NO_BUILD= Yes
-NDIR= ${PREFIX}/lib/netscape
+NDIR= ${PREFIX}/lib/netscape.45
BINDIR= ${PREFIX}/bin
.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
@@ -38,8 +38,8 @@ do-install:
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
mv -f ${NDIR}/netscape ${NDIR}/communicator-4.5.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.5
- ln -sf communicator-4.5 ${BINDIR}/communicator-4
- ln -sf communicator-4 ${BINDIR}/netscape
+ #ln -sf communicator-4.5 ${BINDIR}/communicator-4
+ #ln -sf communicator-4 ${BINDIR}/netscape
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
fi
@@ -48,7 +48,7 @@ do-install:
cd ${WRKDIR}/Fortify-1.2.2-unix && \
(${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.5.bin
.endif
- chown -R bin.bin ${NDIR}
+ chown -R root.wheel ${NDIR}
post-install:
@${CAT} ${PKGDIR}/DESCR
diff --git a/www/bsdi-netscape47-communicator/pkg-plist b/www/bsdi-netscape47-communicator/pkg-plist
index 7f61893f2054..067f012551e7 100644
--- a/www/bsdi-netscape47-communicator/pkg-plist
+++ b/www/bsdi-netscape47-communicator/pkg-plist
@@ -1,8 +1,8 @@
bin/communicator-4.5
-@exec ln -sf %f %B/communicator-4
-@exec ln -sf communicator-4 %B/netscape
-@unexec rm -f %B/netscape
-@unexec rm -f %B/communicator-4
+@comment @exec ln -sf %f %B/communicator-4
+@comment @exec ln -sf communicator-4 %B/netscape
+@comment @unexec rm -f %B/netscape
+@comment @unexec rm -f %B/communicator-4
lib/netscape/README
lib/netscape/LICENSE
lib/netscape/Netscape.ad
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile
index 52360c74ed9c..bc07abe44b81 100644
--- a/www/netscape47-communicator/Makefile
+++ b/www/netscape47-communicator/Makefile
@@ -3,21 +3,21 @@
# Date created: 24 Feb 1997
# Whom: thepish
#
-# $Id: Makefile,v 1.23 1998/08/31 08:43:01 asami Exp $
+# $Id: Makefile,v 1.24 1998/09/03 08:21:40 asami Exp $
#
-DISTNAME= netscape-communicator-4.5b1
+DISTNAME= communicator-v45b2-export.x86-unknown-freebsd
+PKGNAME= netscape-communicator-4.5b2
CATEGORIES= www
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/4.5_PR1/english/unix/freebsd2/
-DISTFILES= communicator-v45b1-export.x86-unknown-freebsd.tar.gz
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/4.5_PR2/english/unix/unsupported/freebsd/professional_edition/
MAINTAINER= thepish@FreeBSD.ORG
NO_LATEST_LINK= yes
-WRKSRC= ${WRKDIR}/communicator-v45b1.x86-unknown-freebsd
+WRKSRC= ${WRKDIR}/communicator-v45b2.x86-unknown-freebsd
NO_BUILD= Yes
-NDIR= ${PREFIX}/lib/netscape
+NDIR= ${PREFIX}/lib/netscape.45
BINDIR= ${PREFIX}/bin
.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
@@ -38,8 +38,8 @@ do-install:
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
mv -f ${NDIR}/netscape ${NDIR}/communicator-4.5.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.5
- ln -sf communicator-4.5 ${BINDIR}/communicator-4
- ln -sf communicator-4 ${BINDIR}/netscape
+ #ln -sf communicator-4.5 ${BINDIR}/communicator-4
+ #ln -sf communicator-4 ${BINDIR}/netscape
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
fi
@@ -48,7 +48,7 @@ do-install:
cd ${WRKDIR}/Fortify-1.2.2-unix && \
(${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.5.bin
.endif
- chown -R bin.bin ${NDIR}
+ chown -R root.wheel ${NDIR}
post-install:
@${CAT} ${PKGDIR}/DESCR
diff --git a/www/netscape47-communicator/pkg-plist b/www/netscape47-communicator/pkg-plist
index 7f61893f2054..067f012551e7 100644
--- a/www/netscape47-communicator/pkg-plist
+++ b/www/netscape47-communicator/pkg-plist
@@ -1,8 +1,8 @@
bin/communicator-4.5
-@exec ln -sf %f %B/communicator-4
-@exec ln -sf communicator-4 %B/netscape
-@unexec rm -f %B/netscape
-@unexec rm -f %B/communicator-4
+@comment @exec ln -sf %f %B/communicator-4
+@comment @exec ln -sf communicator-4 %B/netscape
+@comment @unexec rm -f %B/netscape
+@comment @unexec rm -f %B/communicator-4
lib/netscape/README
lib/netscape/LICENSE
lib/netscape/Netscape.ad