diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-07 13:23:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-07 13:23:19 +0000 |
commit | 4dbaa2573543eb7b785aa00264d3780585500a91 (patch) | |
tree | 3add1d08d6c392cc8449847beb6e3b80c9606189 /www/netscape4-communicator.us/Makefile | |
parent | a9ddcb478e911a062c83ac7957a0616f53374a06 (diff) |
Upgrade to version 4.07 (note this is the Linux binary).
Notes
Notes:
svn path=/head/; revision=13708
Diffstat (limited to 'www/netscape4-communicator.us/Makefile')
-rw-r--r-- | www/netscape4-communicator.us/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile index b26ff44aa90b..1d3075cc86a4 100644 --- a/www/netscape4-communicator.us/Makefile +++ b/www/netscape4-communicator.us/Makefile @@ -4,11 +4,11 @@ # Date created: 14 Feb 1998 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.2 1998/02/14 23:35:48 obrien Exp $ +# $Id: Makefile,v 1.3 1998/05/11 22:13:18 obrien Exp $ # -DISTNAME= communicator_pro-v405-us.x86-unknown-linux2.0 -PKGNAME= netscape-communicator-4.05.us +DISTNAME= communicator-v407-us.x86-unknown-linux2.0_libc5 +PKGNAME= netscape-communicator-4.07.us CATEGORIES= www MAINTAINER= obrien@FreeBSD.ORG @@ -18,7 +18,7 @@ RESTRICTED= "Commerial & USA ITAR export restrictions" NO_FETCH= yes NO_BUILD= Yes -WRKSRC= ${WRKDIR}/communicator-v405.x86-unknown-linux2.0 +WRKSRC= ${WRKDIR}/communicator-v407.x86-unknown-linux2.0 NDIR= ${PREFIX}/lib/netscape.us BINDIR= ${PREFIX}/bin @@ -38,7 +38,7 @@ pre-fetch: pre-fetch: @(if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO} You must manually obtain ${DISTNAME}${EXTRACT_SUFX} ; \ - ${ECHO} distribution and placed it in ${DISTDIR}. ; \ + ${ECHO} distribution and place it in ${DISTDIR}. ; \ false ; \ fi ) .else @@ -53,10 +53,10 @@ pre-fetch: do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install - mv -f ${NDIR}/netscape ${NDIR}/communicator-pro-4.05.us.bin - ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-pro-4.05.us - ln -sf communicator-pro-4.05.us ${BINDIR}/communicator-4.us - ln -sf communicator-pro-4.05.us ${BINDIR}/netscape.us + mv -f ${NDIR}/netscape ${NDIR}/communicator-4.07.us.bin + ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.07.us + ln -sf communicator-4.07.us ${BINDIR}/communicator-4.us + ln -sf communicator-4.07.us ${BINDIR}/netscape.us if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi |