summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-07-01 21:54:26 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-07-01 21:54:26 +0000
commit21ff54ceb5c2912263f4ad13491247bd835768af (patch)
tree0b3b9f08d5dca8521389cba0baeda36f4bc53b96 /russian
parentUpgrade to 3.0b5 (diff)
Upgrade to 3.0b5
Notes
Notes: svn path=/head/; revision=3295
Diffstat (limited to 'russian')
-rw-r--r--russian/netscape4.language/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/russian/netscape4.language/Makefile b/russian/netscape4.language/Makefile
index 8a874405da58..e1764f84e412 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.0b4
+# Version required: 3.0b5
# Date created: 8 Apr 1996
# Whom: ache
#
-# $Id: Makefile,v 1.3 1996/05/23 01:43:41 ache Exp $
+# $Id: Makefile,v 1.4 1996/06/15 01:04:45 asami Exp $
#
-PKGNAME= ru-netscape-3.0b4
+PKGNAME= ru-netscape-3.0b5
CATEGORIES+= russian www x11
MAINTAINER= ache@FreeBSD.ORG
@@ -29,13 +29,14 @@ do-fetch:
do-install:
if [ -f ${APPDEF}/Netscape ] ; then \
- grep -q '\.version:.*3\.0b4$$' ${APPDEF}/Netscape || \
+ grep -q '\.version:.*3\.0b5$$' ${APPDEF}/Netscape || \
rm ${APPDEF}/Netscape; \
fi
if [ ! -f ${APPDEF}/Netscape ] ; then \
cp /usr/local/lib/netscape/Netscape.ad ${APPDEF}/Netscape; \
fi
- cd ${APPDEF}; grep -q koi8 Netscape || \
+ cd ${APPDEF}; grep -q koi8-r=BOLD Netscape || \
patch < ${FILESDIR}/koi8-r_patch;
+ @cat ${FILESDIR}/fix
.include <bsd.port.mk>