diff options
author | ler <ler@FreeBSD.org> | 2018-01-15 07:53:47 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2018-01-15 07:53:47 +0800 |
commit | 9067ad7c8de023c1d93a3773ae1f0e72a17de9f4 (patch) | |
tree | 3949a4247c398af1256f87790660b4983bdf4430 /astro | |
parent | 8bb47a9797ee6bd43a117e61915680d939e4bd85 (diff) | |
download | freebsd-ports-gnome-9067ad7c8de023c1d93a3773ae1f0e72a17de9f4.tar.gz freebsd-ports-gnome-9067ad7c8de023c1d93a3773ae1f0e72a17de9f4.tar.zst freebsd-ports-gnome-9067ad7c8de023c1d93a3773ae1f0e72a17de9f4.zip |
astro/boinc-setiathome: fix portname and add my personal site as well.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/boinc-setiathome/Makefile b/astro/boinc-setiathome/Makefile index df06c05fb3b2..fbeffcfd83ac 100644 --- a/astro/boinc-setiathome/Makefile +++ b/astro/boinc-setiathome/Makefile @@ -1,11 +1,11 @@ # Created by: rene # $FreeBSD$ -PORTNAME= boinc-setiathome-v8 +PORTNAME= boinc-setiathome PORTVERSION= 8.00 -PORTREVISION= 1 CATEGORIES= astro -MASTER_SITES= LOCAL/ler/setiathome +MASTER_SITES= LOCAL/ler/setiathome \ + http://www.lerctr.org/setiathome/ DISTNAME= setiathome-svn-3727 # no releases available, snapshot MAINTAINER= ler@FreeBSD.org |