diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-23 17:41:34 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-23 17:41:34 +0000 |
commit | 9e0ba06811db31a46ab58cc1d84623d62c03dcb6 (patch) | |
tree | 79c30381326be273689682a086ce1f7f66a1f693 /net/tridiavnc | |
parent | 0f6186d0db9dd8c1484e9cc3f5d331a15c59bb7c (diff) | |
download | ports-9e0ba06811db31a46ab58cc1d84623d62c03dcb6.tar.gz ports-9e0ba06811db31a46ab58cc1d84623d62c03dcb6.zip |
Notes
Diffstat (limited to 'net/tridiavnc')
-rw-r--r-- | net/tridiavnc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile index 3ed2e421547a..a5a46681b7cc 100644 --- a/net/tridiavnc/Makefile +++ b/net/tridiavnc/Makefile @@ -8,8 +8,9 @@ PORTNAME= tridiavnc PORTVERSION= 1.4 CATEGORIES= net -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/dwcjr/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.developvnc.org/logged-in/downloadnow/ +MASTER_SITE_SUBDIR=dwcjr DISTNAME= DevVNC_unix EXTRACT_SUFX= .tgz |