diff options
author | johans <johans@FreeBSD.org> | 2015-06-13 17:10:05 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-06-13 17:10:05 +0800 |
commit | 4008e5e005f7a8b5ad98341c760bb1b1ad509162 (patch) | |
tree | 6852985415d4c571df014dad8c50d63d6d23564e /editors | |
parent | 8e96640af292f231459dd6e15a4eda905388408d (diff) | |
download | freebsd-ports-gnome-4008e5e005f7a8b5ad98341c760bb1b1ad509162.tar.gz freebsd-ports-gnome-4008e5e005f7a8b5ad98341c760bb1b1ad509162.tar.zst freebsd-ports-gnome-4008e5e005f7a8b5ad98341c760bb1b1ad509162.zip |
Copied distfile to my own site to make it fetchable again
Thanks to Julian H. Stacey for the copy
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index d3cca0ac4bc1..7583a3f4a2c4 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -5,8 +5,7 @@ PORTNAME= nvi PORTVERSION= 1.81.6 PORTREVISION= 9 CATEGORIES= editors -MASTER_SITES= http://garage.linux.student.kuleuven.be/~skimo/nvi/devel/ \ - http://www.kotnet.org/~skimo/nvi/devel/ +MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/nvi/ MAINTAINER= johans@FreeBSD.org COMMENT= Development snapshot of the world-renown nvi editor @@ -17,7 +16,6 @@ OPTIONS_DEFINE= WIDECHAR OPTIONS_DEFAULT=WIDECHAR WIDECHAR_DESC= Enable wide-character support (UTF-8) -BROKEN= Unfetchable WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix GNU_CONFIGURE= yes USE_LDCONFIG= yes |