diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-01 17:39:40 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-01 17:39:40 +0000 |
commit | 7e5683c484a8d8f27f1dae77090b128c5496aa39 (patch) | |
tree | 309ce6724b21db0684eef00d1eea9e981b2d556e /net/vnc | |
parent | 159c8402d943050ea0f461de027242e9b56cd408 (diff) | |
download | ports-7e5683c484a8d8f27f1dae77090b128c5496aa39.tar.gz ports-7e5683c484a8d8f27f1dae77090b128c5496aa39.zip |
Notes
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 10 | ||||
-rw-r--r-- | net/vnc/pkg-plist | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 17f0334799a2..2192be192bf8 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -11,19 +11,15 @@ CATEGORIES= net MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ DISTFILES= vnc-3.3.3r1_unixsrc.tgz \ vnc-latest_doc.tgz +EXTRACT_ONLY= vnc-3.3.3r1_unixsrc.tgz -MAINTAINER= bmah@ca.sandia.gov +MAINTAINER= bmah@acm.org USE_PERL5= YES - -EXTRACT_ONLY= vnc-3.3.3r1_unixsrc.tgz IGNOREFILES= vnc-latest_doc.tgz - WRKSRC= ${WRKDIR}/vnc_unixsrc - USE_IMAKE= YES NO_INSTALL_MANPAGES= YES - ALL_TARGET= World # We have to frob a few things, and we want our own permissions, so it's easier @@ -39,7 +35,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/vncserver.local ${PREFIX}/bin/vncserver # The documentation comes with bogus ownerships; this is a little leaky security-wise ${TAR} -C ${PREFIX}/share/doc -xzf ${DISTDIR}/vnc-latest_doc.tgz - (cd ${PREFIX}/share/doc; ${MV} vnc_docs vnc) + (cd ${PREFIX}/share/doc; ${RM} -rf vnc; ${MV} vnc_docs vnc) ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc # Go install Java classes ${MKDIR} ${PREFIX}/share/vnc diff --git a/net/vnc/pkg-plist b/net/vnc/pkg-plist index 4d7f1edfc1e0..003ad93afe09 100644 --- a/net/vnc/pkg-plist +++ b/net/vnc/pkg-plist @@ -42,6 +42,7 @@ share/doc/vnc/download.html share/doc/vnc/downloadbutton.gif share/doc/vnc/downloadtemplate.html share/doc/vnc/extras.html +share/doc/vnc/faq.dtd share/doc/vnc/faq.html share/doc/vnc/faq.xml share/doc/vnc/faqbutton.gif @@ -50,6 +51,7 @@ share/doc/vnc/free.html share/doc/vnc/freebutton.gif share/doc/vnc/gpl.html share/doc/vnc/help.html +share/doc/vnc/help.html~ share/doc/vnc/helpbutton.gif share/doc/vnc/homebutton.gif share/doc/vnc/howitworks.html |