diff options
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r-- | www/seamonkey2/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index af589a82ce30..5829cdf30e52 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: netscape (full communicator version) -# Version required: 4.04 +# Version required: 4.05 # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.15 1998/03/15 15:13:53 markm Exp $ +# $Id: Makefile,v 1.16 1998/03/16 15:05:03 markm Exp $ # -DISTNAME= netscape-communicator-4.04 +DISTNAME= netscape-communicator-4.05 CATEGORIES= www -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 +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.05/development/english/unix/freebsd/professional_edition/ +DISTFILES= communicator-v405-export.x86-unknown-freebsd.tar.gz MAINTAINER= ache@FreeBSD.ORG -NO_WRKSUBDIR= Yes +WRKSRC= ${WRKDIR}/communicator-v405.x86-unknown-freebsd NO_BUILD= Yes NDIR= ${PREFIX}/lib/netscape @@ -35,9 +35,9 @@ pre-extract: do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install - mv -f ${NDIR}/netscape ${NDIR}/communicator-4.04.bin - ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04 - ln -sf communicator-4.04 ${BINDIR}/communicator-4 + mv -f ${NDIR}/netscape ${NDIR}/communicator-4.05.bin + ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.05 + ln -sf communicator-4.05 ${BINDIR}/communicator-4 ln -sf communicator-4 ${BINDIR}/netscape if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ @@ -45,7 +45,7 @@ do-install: rm -rf ${NDIR}/movemail-src .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO cd ${WRKSRC}/Fortify-1.2.1-unix && \ - (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.04.bin + (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.05.bin .endif chown -R bin.bin ${NDIR} |