diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-12 18:08:59 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-12 18:08:59 +0000 |
commit | bec38dad4add236d75162bbe6434dbdaad781f7e (patch) | |
tree | cb7c522f90742460eafe07495ac2522d0d419d7f /net/tridiavnc | |
parent | b7a629300972904052ae650894ad2fa973bfdffd (diff) |
The port has used MASTER_SITE_LOCAL since 2001-06-26. I had trouble
downloading from www.developvnc.org just now, so remove it from
MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=103801
Diffstat (limited to 'net/tridiavnc')
-rw-r--r-- | net/tridiavnc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile index 495f84619313..8e94735471ca 100644 --- a/net/tridiavnc/Makefile +++ b/net/tridiavnc/Makefile @@ -9,8 +9,7 @@ PORTNAME= tridiavnc PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www.developvnc.org/logged-in/downloadnow/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=dwcjr DISTNAME= DevVNC_unix EXTRACT_SUFX= .tgz |