diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-24 06:37:59 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-24 06:37:59 +0000 |
commit | 21bb82e73755c3bf589fb5b269acfcdf1107b302 (patch) | |
tree | 9936e57277bb454fc9628cb78b3182d92eb04998 /net/svnc | |
parent | Temporarily disable building on sparc64 and alpha due to internal (diff) |
This had become unfetchable again, because vnc-3.3.3r1_unixsrc.tgz,
the second distfile, was taken offline on or after September 7th.
found by: fenner's survey
Notes
Notes:
svn path=/head/; revision=92039
Diffstat (limited to 'net/svnc')
-rw-r--r-- | net/svnc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/svnc/Makefile b/net/svnc/Makefile index e052a41af16d..5b2cd16856ca 100644 --- a/net/svnc/Makefile +++ b/net/svnc/Makefile @@ -8,11 +8,11 @@ PORTNAME= svnc PORTVERSION= 0.1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www.uk.research.att.com/vnc/dist/:att -MASTER_SITE_SUBDIR= trevor -DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz \ - vnc-3.3.3r1_unixsrc.tgz:att +MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:svnc/} \ + ${MASTER_SITE_NETBSD:S/$/:vnc/}:vnc +MASTER_SITE_SUBDIR= ./:vnc trevor/:svnc +DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz:svnc \ + vnc-3.3.3r1_unixsrc.tgz:vnc MAINTAINER= trevor@FreeBSD.org COMMENT= VNC viewer for SVGAlib |