From aa01db2c8e440da109bd663bc8e10f7c0efbf8ff Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 15 Dec 2015 09:45:03 +0000 Subject: [PATCH] Fix `make fetch' Set MASTER_SITES to the current Elvis website. --- archivers/untar/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/archivers/untar/Makefile b/archivers/untar/Makefile index 20208df3b21e..2bf88c071798 100644 --- a/archivers/untar/Makefile +++ b/archivers/untar/Makefile @@ -5,7 +5,7 @@ PORTNAME= untar PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ +MASTER_SITES= http://www.the-little-red-haired-girl.org/pub/elvis/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .c EXTRACT_ONLY= @@ -13,7 +13,6 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Lists/Extracts files from a "*.tgz" or "*.gz" archive -BROKEN= Does not fetch MAKEFILE= /usr/share/mk/bsd.prog.mk NO_WRKSUBDIR= yes PLIST_FILES= bin/untar