diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-05-07 17:01:52 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-05-07 17:01:52 +0000 |
commit | 97b288ef699997dbc0647928198f2302ac96f25b (patch) | |
tree | 502ddcce872cf9989d839d2ffd6eb1204ba93674 /editors/nvi-perl | |
parent | ec05f7b3ba873c7be7562a26a10bb2e9504c7c2c (diff) | |
download | ports-97b288ef699997dbc0647928198f2302ac96f25b.tar.gz ports-97b288ef699997dbc0647928198f2302ac96f25b.zip |
Notes
Diffstat (limited to 'editors/nvi-perl')
-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 |