diff options
author | linimon <linimon@FreeBSD.org> | 2018-01-02 09:51:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-01-02 09:51:11 +0800 |
commit | 49b9be0bdd8c59e3f795c5a6a95793ecc50b3730 (patch) | |
tree | 4e371c281b61c57a89a792e7b5ca830d935a245a /www/august/Makefile | |
parent | 6cad2a5dfafb12462753267789462dd30f4d9cf3 (diff) | |
download | freebsd-ports-gnome-49b9be0bdd8c59e3f795c5a6a95793ecc50b3730.tar.gz freebsd-ports-gnome-49b9be0bdd8c59e3f795c5a6a95793ecc50b3730.tar.zst freebsd-ports-gnome-49b9be0bdd8c59e3f795c5a6a95793ecc50b3730.zip |
Fix up Makefiles for ports that used to fetch from www.sourcefiles.org.
It is gone.
While here, chase other mastersites, pet portlint, and set DEPRECATED
for ports that do not fetch from alternative sites.
Note: most of these ports are ancient and unmaintained.
Diffstat (limited to 'www/august/Makefile')
-rw-r--r-- | www/august/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/august/Makefile b/www/august/Makefile index da5596690bee..766018b1ec89 100644 --- a/www/august/Makefile +++ b/www/august/Makefile @@ -5,9 +5,7 @@ PORTNAME= august PORTVERSION= 0.63b PORTREVISION= 5 CATEGORIES= www editors -MASTER_SITES= http://fossies.org/unix/www/old/ \ - http://www.sourcefiles.org/Editors/HTML/ \ - http://www.erjobe.info/mainwiki/pmwiki/uploads/Main/August/ +MASTER_SITES= http://www.erjobe.info/mainwiki/pmwiki/uploads/Main/August/ DISTNAME= ${PORTNAME}${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org |