aboutsummaryrefslogtreecommitdiff
path: root/net/vnc/Makefile
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2000-11-03 00:45:18 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2000-11-03 00:45:18 +0000
commit7e59fe9d9f4a91b3c89af649f3a0d28ca9c1daf8 (patch)
treedf8667417c396f7daf44e694ad95c601fcd295ea /net/vnc/Makefile
parent222baa33aacf95a23985df8288894514f52a65b4 (diff)
Notes
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r--net/vnc/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 979188f3bf16..2bce3b299a60 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -6,12 +6,13 @@
#
PORTNAME= vnc
-PORTVERSION= 3.3.3.1
+PORTVERSION= 3.3.3.2
CATEGORIES= net
-MASTER_SITES= http://www.uk.research.att.com/vnc/dist/
-DISTFILES= vnc-3.3.3r1_unixsrc.tgz \
+MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ \
+ ftp://ftp.uk.research.att.com/pub/vnc/dist/
+DISTFILES= vnc-3.3.3r2_unixsrc.tgz \
vnc-latest_doc.tgz
-EXTRACT_ONLY= vnc-3.3.3r1_unixsrc.tgz
+EXTRACT_ONLY= vnc-3.3.3r2_unixsrc.tgz
MAINTAINER= bmah@freebsd.org
@@ -28,6 +29,7 @@ post-install:
${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc ${PREFIX}/bin/Xvnc
${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer
${INSTALL_PROGRAM} ${WRKSRC}/vncpasswd/vncpasswd ${PREFIX}/bin/vncpasswd
+ ${INSTALL_PROGRAM} ${WRKSRC}/vncconnect/vncconnect ${PREFIX}/bin/vncconnect
${SED} -e s%/usr/local/vnc/classes%${PREFIX}/share/vnc/classes% \
-e s%^\#!/usr/bin/perl%\#!${PERL}% \
< ${WRKSRC}/vncserver \