svn commit: r521614 - head/editors/nvi-m17n

Koichiro Iwao meta at FreeBSD.org
Tue Dec 31 12:50:02 UTC 2019


Author: meta
Date: Tue Dec 31 12:50:01 2019
New Revision: 521614
URL: https://svnweb.freebsd.org/changeset/ports/521614

Log:
  editors/nvi-m17n: Unbreak (unfetchable)
  
  PR:		242788
  Submitted by:	nyan

Modified:
  head/editors/nvi-m17n/Makefile

Modified: head/editors/nvi-m17n/Makefile
==============================================================================
--- head/editors/nvi-m17n/Makefile	Tue Dec 31 12:40:39 2019	(r521613)
+++ head/editors/nvi-m17n/Makefile	Tue Dec 31 12:50:01 2019	(r521614)
@@ -6,7 +6,7 @@ PORTVERSION=	1.79.20040608
 PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES?=	editors
-MASTER_SITES=	ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/	\
+MASTER_SITES=	LOCAL/nyan \
 		http://people.allbsd.org/~hrs/FreeBSD/
 PKGNAMESUFFIX?=	-m17n
 DISTNAME=	nvi-1.79
@@ -16,8 +16,6 @@ PATCHFILES=	nvi-m17n-1.79-20040608.diff.gz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Clone of vi/ex, with multilingual patch, no default settings
-
-BROKEN=		unfetchable
 
 LICENSE=	BSD4CLAUSE
 


More information about the svn-ports-head mailing list