diff options
author | fjoe <fjoe@FreeBSD.org> | 2013-05-09 16:58:07 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2013-05-09 16:58:07 +0800 |
commit | c00abc432e00f29a3483c7fcdadd0883010ef655 (patch) | |
tree | ecc6612c1b2525e74867fc7f0acae7abb5e6a977 /misc/mc | |
parent | 7d5b308f93541455fb8a43019d2c9281347e3158 (diff) | |
download | freebsd-ports-gnome-c00abc432e00f29a3483c7fcdadd0883010ef655.tar.gz freebsd-ports-gnome-c00abc432e00f29a3483c7fcdadd0883010ef655.tar.zst freebsd-ports-gnome-c00abc432e00f29a3483c7fcdadd0883010ef655.zip |
Upstream site is down for about two weeks:
https://mail.gnome.org/archives/mc-devel/2013-April/msg00013.html
Switch to local distfiles for a while.
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 62515a38233f..a9e3d186f3ad 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -5,11 +5,11 @@ PORTNAME= mc PORTVERSION= 4.8.1.7 PORTREVISION= 0 CATEGORIES= misc shells -MASTER_SITES= http://www.midnight-commander.org/downloads/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= utils/file/managers/mc - -PATCH_SITES= ${MASTER_SITES} +#MASTER_SITES= http://www.midnight-commander.org/downloads/ +#MASTER_SITE_SUBDIR= utils/file/managers/mc +MASTER_SITES= ${MASTER_SITE_LOCAL}\ + http://people.freebsd.org/~fjoe/ +MASTER_SITE_SUBDIR= fjoe MAINTAINER= fjoe@FreeBSD.org COMMENT= Midnight Commander, a free Norton Commander Clone @@ -18,8 +18,6 @@ LICENSE= GPLv3 CONFLICTS= mc-light-4* -BROKEN= does not fetch - USES= pkgconfig USE_GMAKE= yes USE_GNOME= glib20 |