diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-23 01:43:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-23 01:43:14 +0000 |
commit | 38c2f70d57ce6866d827d279b0412d59aba33ba8 (patch) | |
tree | 42c1cd4eff638dfd08e065a01a67f64e23940027 /net/vnc/Makefile | |
parent | 3dc10b0562ec68024932d0181a5e078778ae184a (diff) | |
download | ports-38c2f70d57ce6866d827d279b0412d59aba33ba8.tar.gz ports-38c2f70d57ce6866d827d279b0412d59aba33ba8.zip |
Notes
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r-- | net/vnc/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index ad17058e7138..b16d9fededc9 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: vnc -# Version required: 3.3.1 +# Version required: 3.3.2r3 # Date created: 24 February 1998 # Whom: msmith # -# $Id: Makefile,v 1.6 1998/10/10 02:14:20 msmith Exp $ +# $Id: Makefile,v 1.7 1998/11/21 07:27:39 steve Exp $ # -DISTNAME= vnc-3.3.2r2_unixsrc -PKGNAME= vnc-3.3.2r2 +DISTNAME= vnc-3.3.2r3_unixsrc +PKGNAME= vnc-3.3.2r3 CATEGORIES= net MASTER_SITES= http://www.orl.co.uk/vnc/dist/ -DISTFILES= vnc-3.3.2r2_unixsrc.tgz \ +DISTFILES= vnc-3.3.2r3_unixsrc.tgz \ vnc-3.3.2_doc.tgz MAINTAINER= bmah@ca.sandia.gov USE_PERL5= YES -EXTRACT_ONLY= vnc-3.3.2r2_unixsrc.tgz +EXTRACT_ONLY= vnc-3.3.2r3_unixsrc.tgz IGNOREFILES= ${DISTFILES} NO_WRKSUBDIR= YES |