diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-24 06:37:59 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-24 06:37:59 +0000 |
commit | 21bb82e73755c3bf589fb5b269acfcdf1107b302 (patch) | |
tree | 9936e57277bb454fc9628cb78b3182d92eb04998 | |
parent | 97b424d2ffdd1fbaa974707103462095bf06bd7e (diff) | |
download | ports-21bb82e73755c3bf589fb5b269acfcdf1107b302.tar.gz ports-21bb82e73755c3bf589fb5b269acfcdf1107b302.zip |
Notes
-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 |