diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-01-02 01:32:44 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-01-02 01:32:44 +0800 |
commit | b2a77e3b0dcd9033440b84612f94642f95adc700 (patch) | |
tree | 947481a037eb6d257f52d303019ad9c905881cd8 | |
parent | 1d8c70ecc4c22c4c62b65f37449831df108bfe3a (diff) | |
download | freebsd-ports-gnome-b2a77e3b0dcd9033440b84612f94642f95adc700.tar.gz freebsd-ports-gnome-b2a77e3b0dcd9033440b84612f94642f95adc700.tar.zst freebsd-ports-gnome-b2a77e3b0dcd9033440b84612f94642f95adc700.zip |
Fix MASTER_SITES and unmark BROKEN.
-rw-r--r-- | www/erwn/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index 22b68ce8c19b..3d85ed5dd111 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -5,14 +5,12 @@ PORTNAME= erwn PORTVERSION= 0.8 PORTREVISION= 12 CATEGORIES= www editors -MASTER_SITES= http://lisas.de/erwin/ +MASTER_SITES= https://lisas.de/erwin/ DISTNAME= erwin-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK+-2 HTML editor -BROKEN= unfetchable - LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING |