diff options
author | Craig Leres <leres@FreeBSD.org> | 2019-07-04 16:22:16 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2019-07-04 16:22:16 +0000 |
commit | b49b5f460f98945836ec3f8c55f4a5d9f0198e5a (patch) | |
tree | 4f8326c8c9714976ace5aad7167ed6c99ad21259 /editors/nvi-devel/Makefile | |
parent | a47cca15daae4badac21206113bf4a5d9d09dfa6 (diff) |
Notes
Diffstat (limited to 'editors/nvi-devel/Makefile')
-rw-r--r-- | editors/nvi-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index 85caea2b670e..2defaf1fdaad 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -5,9 +5,10 @@ PORTNAME= nvi PORTVERSION= 1.81.6 PORTREVISION= 13 CATEGORIES= editors -MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/nvi/ +MASTER_SITES= https://mirror.csclub.uwaterloo.ca/MacPorts/mpdistfiles/nvi/ \ + LOCAL/leres/nvi -MAINTAINER= johans@FreeBSD.org +MAINTAINER= leres@FreeBSD.org COMMENT= Development snapshot of the world-renown nvi editor CONFLICTS_INSTALL= nvi-m17n-[0-9]* xnview-[0-9]* |