diff options
author | rene <rene@FreeBSD.org> | 2013-12-27 22:54:45 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-27 22:54:45 +0800 |
commit | 9260129ee5ca88ea4a9c27b50aaf1b27f45f238e (patch) | |
tree | a5415f1a2bbf6a160ea576f7c60fa31cf639a2b1 /net/boinc_curses | |
parent | cde40cb612d82c8fe749ce0292cd2e9c886d36a0 (diff) | |
download | freebsd-ports-gnome-9260129ee5ca88ea4a9c27b50aaf1b27f45f238e.tar.gz freebsd-ports-gnome-9260129ee5ca88ea4a9c27b50aaf1b27f45f238e.tar.zst freebsd-ports-gnome-9260129ee5ca88ea4a9c27b50aaf1b27f45f238e.zip |
rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCAL
Diffstat (limited to 'net/boinc_curses')
-rw-r--r-- | net/boinc_curses/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/boinc_curses/Makefile b/net/boinc_curses/Makefile index c2dd150d9ba2..e3028fa9b67a 100644 --- a/net/boinc_curses/Makefile +++ b/net/boinc_curses/Makefile @@ -5,7 +5,9 @@ PORTNAME= boinc_curses PORTVERSION= 0.2.2 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://www.oook.cz/bsd/boinc_curses/ +MASTER_SITE_SUBDIR=rene MAINTAINER= rene@FreeBSD.org COMMENT= Console, ncurses based monitor and manager for BOINC |