diff options
author | cy <cy@FreeBSD.org> | 2016-07-06 12:35:17 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-07-06 12:35:17 +0800 |
commit | 3470a7c3e3fac647599fb0bf97af433f7f69b991 (patch) | |
tree | 81d86a3cb3053c3f8453faabf35f5bb7fd4635d7 /net | |
parent | 877fb827ad10e46d763b1b7aad7909d063d7fcc2 (diff) | |
download | freebsd-ports-gnome-3470a7c3e3fac647599fb0bf97af433f7f69b991.tar.gz freebsd-ports-gnome-3470a7c3e3fac647599fb0bf97af433f7f69b991.tar.zst freebsd-ports-gnome-3470a7c3e3fac647599fb0bf97af433f7f69b991.zip |
Rehost distfiles, making them fetchable again.
Diffstat (limited to 'net')
-rw-r--r-- | net/vnc/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 822c5825c7a1..e1cb08dd357b 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -5,9 +5,10 @@ PORTNAME= vnc PORTVERSION= 4.1.3 PORTREVISION= 10 CATEGORIES= net ipv6 -MASTER_SITES= http://home.bluelife.at/ports/distfiles/${DIST_SUBDIR}/:vnc +MASTER_SITES= http://www.cschubert.com/distfiles/xc/ \ + http://people.freebsd.org/~cy/distfiles/xc/ DISTNAME= vnc-4_1_3-unixsrc -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:vnc +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= xc MAINTAINER= cy@FreeBSD.org @@ -42,10 +43,9 @@ BROKEN= Does not compile on arm .endif .if ${PORT_OPTIONS:MSERVER} -MASTER_SITES+= XORG/4.3.0/:x -DISTFILES+= X430src-1.tgz:x \ - X430src-2.tgz:x \ - X430src-3.tgz:x +DISTFILES+= X430src-1.tgz \ + X430src-2.tgz \ + X430src-3.tgz .if ${OSVERSION} > 1000054 USE_GCC= 4.6 |