diff options
author | marino <marino@FreeBSD.org> | 2014-11-25 04:18:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-25 04:18:36 +0800 |
commit | 871331ecc45f17d47d4972bfcfa2ea60d2b158f9 (patch) | |
tree | db5613d968b1331f73344417328ae077106e3540 | |
parent | 07197f043f9bf8740da9eb8579459b02eb0a9a03 (diff) | |
download | freebsd-ports-graphics-871331ecc45f17d47d4972bfcfa2ea60d2b158f9.tar.gz freebsd-ports-graphics-871331ecc45f17d47d4972bfcfa2ea60d2b158f9.tar.zst freebsd-ports-graphics-871331ecc45f17d47d4972bfcfa2ea60d2b158f9.zip |
sysutils/linux-nero: Unbreak by fixing fetch (new master site)
PR: 195159
Submitted by: Jan Beich
Approved by: Just fix it
-rw-r--r-- | sysutils/linux-nero/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/linux-nero/Makefile b/sysutils/linux-nero/Makefile index f6bf672cee3..b792b42da67 100644 --- a/sysutils/linux-nero/Makefile +++ b/sysutils/linux-nero/Makefile @@ -5,8 +5,7 @@ PORTNAME= nero PORTVERSION= 4.0.0.0 PORTREVISION= 2 CATEGORIES= sysutils emulators -MASTER_SITES= http://ftp6.usw.nero.com/software/NeroLINUX/ \ - ftp://ftp6.usw.nero.com/software/NeroLINUX/ +MASTER_SITES= http://ftp20.us.nero.com/software/NeroLINUX/ DISTNAME= ${PORTNAME}linux-${PORTVERSION}-x86 EXTRACT_SUFX= .rpm DIST_SUBDIR= rpm @@ -14,7 +13,6 @@ DIST_SUBDIR= rpm MAINTAINER= emulation@FreeBSD.org COMMENT= CD/DVD disk burner -BROKEN= Unfetchable RESTRICTED= Must be downloaded from their website and a serial number must be bought ONLY_FOR_ARCHS= i386 amd64 |