diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-24 14:37:59 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-24 14:37:59 +0800 |
commit | 8a9a6512538d2673926ee910dc5285e8c0dd1c83 (patch) | |
tree | 20d8beaa7afcfbd6f790391c995933d85910886b /net | |
parent | 2ef9071e7be4ca8e23319c1c92f18179524f04dc (diff) | |
download | freebsd-ports-gnome-8a9a6512538d2673926ee910dc5285e8c0dd1c83.tar.gz freebsd-ports-gnome-8a9a6512538d2673926ee910dc5285e8c0dd1c83.tar.zst freebsd-ports-gnome-8a9a6512538d2673926ee910dc5285e8c0dd1c83.zip |
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
Diffstat (limited to 'net')
-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 |