diff options
author | ache <ache@FreeBSD.org> | 1996-08-03 16:43:51 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-08-03 16:43:51 +0000 |
commit | 75218ea8fdabb064e27fa3cf5c7689f3291b73c1 (patch) | |
tree | 865ccb95cdbfb422ba0d47ffeeb88dfec4b03880 /russian | |
parent | 72449cd46972b72904399a5ef7ef60d83a38cb8a (diff) | |
download | FreeBSD-ports-75218ea8fdabb064e27fa3cf5c7689f3291b73c1.zip FreeBSD-ports-75218ea8fdabb064e27fa3cf5c7689f3291b73c1.tar.gz |
Upgrade
Diffstat (limited to 'russian')
-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 a38af39..35d3519 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> |