diff options
author | Steve Wills <swills@FreeBSD.org> | 2020-02-04 14:20:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2020-02-04 14:20:11 +0000 |
commit | 888f81fab83120da20d65ecfff77f4cf2a4db68c (patch) | |
tree | c8845c86fd2e0c7a572dc7291d3afb85df78ec03 /editors/nedit | |
parent | 4bae1c78a6eb232ad6a59c2b59d42e7b885da84d (diff) | |
download | freebsd-ports-888f81fab83120da20d65ecfff77f4cf2a4db68c.zip |
editors/nedit: Fix broken MASTER_SITES
PR: 243563
Reported by: Anders <aesirheim@gmail.com>
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 25f907816cbb..b06248254aaa 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= nedit PORTVERSION= 5.7 CATEGORIES= editors -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source +MASTER_SITES= LOCAL/swills DISTFILES= nedit-${PORTVERSION}-src.tar.gz \ nedit.app-defaults EXTRACT_ONLY= nedit-${PORTVERSION}-src.tar.gz @@ -12,8 +12,6 @@ EXTRACT_ONLY= nedit-${PORTVERSION}-src.tar.gz MAINTAINER= swills@FreeBSD.org COMMENT= X11/Motif GUI text editor for programs and plain text files -BROKEN= unfetchable - LICENSE= GPLv1 USES= motif perl5 xorg |