diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-18 19:46:00 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-18 19:46:00 +0000 |
commit | ccb17057e5ff805408b7bcc39f956bb381760493 (patch) | |
tree | a0c61b9512d7b233d1162227e125ee9254f22cf4 /russian | |
parent | 8a0a3b37f55e106da92b1b9349e00659f378c03c (diff) | |
download | ports-ccb17057e5ff805408b7bcc39f956bb381760493.tar.gz ports-ccb17057e5ff805408b7bcc39f956bb381760493.zip |
Notes
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 9077a05aa4af..4f8ace965848 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.0b7 +# Version required: 3.0 # Date created: 8 Apr 1996 # Whom: ache # -# $Id: Makefile,v 1.6 1996/07/05 12:57:32 ache Exp $ +# $Id: Makefile,v 1.8 1996/08/12 17:14:40 ache Exp $ # -PKGNAME= ru-netscape-3.0b7 +PKGNAME= ru-netscape-3.0 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\.0b7$$' ${APPDEF}/Netscape || \ + grep -q '\.version:.*3\.0$$' ${APPDEF}/Netscape || \ rm ${APPDEF}/Netscape; \ fi if [ ! -f ${APPDEF}/Netscape ] ; then \ |