summaryrefslogtreecommitdiff
path: root/net/svnc
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-06-09 19:30:08 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-06-09 19:30:08 +0000
commit145cd4464d8bb152ed644e93e3cfb7104759ff7c (patch)
treea7f562ff9e7accd57e51d928811f8af670c18e3f /net/svnc
parentupdate mastersite dir (diff)
The tarball no longer exists at the URL listed in
http://www.uk.research.att.com/vnc/platforms.html . Found by: fenner's survey.
Notes
Notes: svn path=/head/; revision=60995
Diffstat (limited to 'net/svnc')
-rw-r--r--net/svnc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/svnc/Makefile b/net/svnc/Makefile
index 0be34e39e4cf..c8502dc68661 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