aboutsummaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-08-03 16:43:51 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-08-03 16:43:51 +0000
commit6e945f7b4bf346a4e00f9127f4da509b52e30fb2 (patch)
tree15b396f1331d9ccddacade17819be9160f93cdbc /russian
parent6428ad73f3093f3647c028a557e5e60f14acbe1e (diff)
downloadports-6e945f7b4bf346a4e00f9127f4da509b52e30fb2.tar.gz
ports-6e945f7b4bf346a4e00f9127f4da509b52e30fb2.zip
Upgrade
Notes
Notes: svn path=/head/; revision=3510
Diffstat (limited to 'russian')
-rw-r--r--russian/netscape4.language/Makefile9
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>