diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-12-27 14:54:45 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-12-27 14:54:45 +0000 |
commit | b0148cec2da6c562036c7b798052b09c2d0b6fd6 (patch) | |
tree | a5415f1a2bbf6a160ea576f7c60fa31cf639a2b1 /net/boinc_curses | |
parent | 3964fa47ba4580d6d2168040f26f7237ccc7b467 (diff) |
rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCAL
Notes
Notes:
svn path=/head/; revision=337736
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 |