diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-12-16 06:31:49 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-12-16 06:31:49 +0000 |
commit | 238574f4086237e88d7f2e96c3447f419fc0b217 (patch) | |
tree | d0dcbaa58d5fab1791923b21d703fb60387bce3a /net/vnc/Makefile | |
parent | f6c0dd26ca38e2720ac0143a4bfa2dc3e29b2bf8 (diff) | |
download | pkgsrc-238574f4086237e88d7f2e96c3447f419fc0b217.tar.gz |
vnc-latest_doc.tgz must die! Instead of using vnc-latest_doc, use the
documentation for this particular release of the program. This should
fix the doc md5 once and for all.
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r-- | net/vnc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 6c43d005239..a96ad62ba26 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.16 2000/11/15 16:56:54 tron Exp $ +# $NetBSD: Makefile,v 1.17 2000/12/16 06:31:49 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # DISTNAME= vnc-3.3.3r2 PKGNAME= vnc-3.3.3.2 CATEGORIES= net x11 -MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ +MASTER_SITES= ftp://www.uk.research.att.com/pub/vnc/dist/ DISTFILES= vnc-3.3.3r2_unixsrc.tgz \ - vnc-latest_doc.tgz + vnc-3.3.2r2_doc.tgz MAINTAINER= abs@netbsd.org HOMEPAGE= http://www.uk.research.att.com/vnc/ @@ -35,7 +35,7 @@ post-install: > ${WRKSRC}/vncserver.local ${INSTALL_SCRIPT} ${WRKSRC}/vncserver.local ${PREFIX}/bin/vncserver ${MKDIR} ${PREFIX}/share/doc/vnc - cd ${WRKDIR}/vnc_docs; \ + cd ${WRKDIR}; \ ${INSTALL_DATA} *.GIF *.css *.gif *.jpg *.htm *.html *.pdf *.xml \ ${PREFIX}/share/doc/vnc |