diff options
Diffstat (limited to 'editors/nvi-perl/Makefile')
-rw-r--r-- | editors/nvi-perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile index a4791a8aa1b5..c397bd4b9b6d 100644 --- a/editors/nvi-perl/Makefile +++ b/editors/nvi-perl/Makefile @@ -3,18 +3,18 @@ # Date created: 18 Feb 1998 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.9 1998/02/19 16:49:58 itojun Exp $ +# $Id: Makefile,v 1.10 1998/08/18 08:53:30 asami Exp $ # DISTNAME= nvi-1.79 PKGNAME?= nvi-perl-1.79 CATEGORIES= editors -MASTER_SITES= ftp://ftp.bostic.com/pub/ \ +MASTER_SITES= ftp://sleepy.vwh.net/pub/ \ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ MAINTAINER= itojun@itojun.org -BROKEN= perl upgrade +BROKEN= original distribution is incompatible with perl5 WRKSRC= ${WRKDIR}/${DISTNAME}/build GNU_CONFIGURE= yes |