diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-23 01:43:41 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-23 01:43:41 +0000 |
commit | 805d9aef3d0933a3cd70c81b85cf9fe8d71f812b (patch) | |
tree | 3ee10355936d417cb3921beed0124ffd4395d3df /russian | |
parent | Upgrade to 3.0b4 (diff) |
Upgrade to 3.0b4
Notes
Notes:
svn path=/head/; revision=3119
Diffstat (limited to 'russian')
-rw-r--r-- | russian/netscape4.language/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/russian/netscape4.language/Makefile b/russian/netscape4.language/Makefile index 6013a5deaf88..188a468a82e7 100644 --- a/russian/netscape4.language/Makefile +++ b/russian/netscape4.language/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: netscape.language -# Version required: 3.0b3 +# Version required: 3.0b4 # Date created: 8 Apr 1996 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1996/04/08 01:09:42 ache Exp $ +# $Id: Makefile,v 1.2 1996/04/24 21:02:26 ache Exp $ # -PKGNAME= ru-netscape-3.0b3 +PKGNAME= ru-netscape-3.0b4 CATEGORIES+= russian www x11 MAINTAINER= ache@FreeBSD.ORG @@ -29,7 +29,7 @@ do-fetch: do-install: if [ -f ${APPDEF}/Netscape ] ; then \ - grep -q '\.version:.*3\.0b3$$' ${APPDEF}/Netscape || \ + grep -q '\.version:.*3\.0b4$$' ${APPDEF}/Netscape || \ rm ${APPDEF}/Netscape; \ fi if [ ! -f ${APPDEF}/Netscape ] ; then \ |