diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-18 08:53:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-18 08:53:30 +0000 |
commit | 93ec0e28ee6a4672bc71182c7f068aaa797fc188 (patch) | |
tree | f0ca96397bc512c3b000455114f0eb57f0562fa6 /editors | |
parent | 64dbac58933b048bdf929bb1dca60eb76e2321da (diff) | |
download | ports-93ec0e28ee6a4672bc71182c7f068aaa797fc188.tar.gz ports-93ec0e28ee6a4672bc71182c7f068aaa797fc188.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi-perl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile index 7e26762adc29..a4791a8aa1b5 100644 --- a/editors/nvi-perl/Makefile +++ b/editors/nvi-perl/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb 1998 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id$ +# $Id: Makefile,v 1.9 1998/02/19 16:49:58 itojun Exp $ # DISTNAME= nvi-1.79 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.bostic.com/pub/ \ MAINTAINER= itojun@itojun.org +BROKEN= perl upgrade + WRKSRC= ${WRKDIR}/${DISTNAME}/build GNU_CONFIGURE= yes USE_PERL5= yes |