diff options
author | trevor <trevor@FreeBSD.org> | 2002-06-09 19:30:08 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-06-09 19:30:08 +0000 |
commit | 56653b45d7b4c6354e1c0b67adda386899d2250e (patch) | |
tree | 90ab5d51b85190f5f52d11b44b3bd92450a1d807 | |
parent | 03550f95b282d4923760eea6bb225eb3a0e44d7d (diff) | |
download | FreeBSD-ports-56653b45d7b4c6354e1c0b67adda386899d2250e.zip FreeBSD-ports-56653b45d7b4c6354e1c0b67adda386899d2250e.tar.gz |
The tarball no longer exists at the URL listed in
http://www.uk.research.att.com/vnc/platforms.html .
Found by: fenner's survey.
-rw-r--r-- | net/svnc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/svnc/Makefile b/net/svnc/Makefile index 0be34e3..c8502dc 100644 --- a/net/svnc/Makefile +++ b/net/svnc/Makefile @@ -8,10 +8,11 @@ PORTNAME= svnc PORTVERSION= 0.1 CATEGORIES= net -MASTER_SITES= http://www.uk.research.att.com/vnc/contrib/ \ - http://www.uk.research.att.com/vnc/dist/ +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 + vnc-3.3.3r1_unixsrc.tgz:att MAINTAINER= trevor@FreeBSD.org |