diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-03 16:43:51 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-03 16:43:51 +0000 |
commit | 6e945f7b4bf346a4e00f9127f4da509b52e30fb2 (patch) | |
tree | 15b396f1331d9ccddacade17819be9160f93cdbc /russian/netscape4.language | |
parent | 6428ad73f3093f3647c028a557e5e60f14acbe1e (diff) | |
download | ports-6e945f7b4bf346a4e00f9127f4da509b52e30fb2.tar.gz ports-6e945f7b4bf346a4e00f9127f4da509b52e30fb2.zip |
Notes
Diffstat (limited to 'russian/netscape4.language')
-rw-r--r-- | russian/netscape4.language/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/russian/netscape4.language/Makefile b/russian/netscape4.language/Makefile index a38af3953668..35d351934169 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.0b5a +# Version required: 3.0b6 # Date created: 8 Apr 1996 # Whom: ache # -# $Id: Makefile,v 1.5 1996/07/01 21:54:26 ache Exp $ +# $Id: Makefile,v 1.6 1996/07/05 12:57:32 ache Exp $ # -PKGNAME= ru-netscape-3.0b5a +PKGNAME= ru-netscape-3.0b6 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\.0b5a$$' ${APPDEF}/Netscape || \ + grep -q '\.version:.*3\.0b6$$' ${APPDEF}/Netscape || \ rm ${APPDEF}/Netscape; \ fi if [ ! -f ${APPDEF}/Netscape ] ; then \ @@ -37,6 +37,5 @@ do-install: fi cd ${APPDEF}; grep -q koi8-r=BOLD Netscape || \ patch < ${FILESDIR}/koi8-r_patch; - @cat ${FILESDIR}/fix .include <bsd.port.mk> |