diff options
author | tron <tron> | 1998-08-03 20:54:46 +0000 |
---|---|---|
committer | tron <tron> | 1998-08-03 20:54:46 +0000 |
commit | 28c54139d50e1f62767baef25cc5768f90d986eb (patch) | |
tree | 4c6a5b489247bde87fca7eff55d6237b79be8495 /net/vnc/Makefile | |
parent | 4fd55987222577bc1ccb555fd18a7c664f985899 (diff) | |
download | pkgsrc-28c54139d50e1f62767baef25cc5768f90d986eb.tar.gz |
Update VNC to version 3.3.2 using patches supplied by Jeff Rizzo in
PR pkg/5868.
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r-- | net/vnc/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index b878c1329aa..90453bff7d2 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.4 1998/06/11 11:44:08 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/08/03 20:54:46 tron Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # -DISTNAME= vnc-3.3.1_unixsrc -PKGNAME= vnc-3.1.1 +DISTNAME= vnc-3.3.2r2_unixsrc +PKGNAME= vnc-3.3.2 CATEGORIES= net x11 MASTER_SITES= http://www.orl.co.uk/vnc/dist/ -DISTFILES= vnc-3.3.1_unixsrc.tgz \ - vnc-3.3.1_doc.tgz +DISTFILES= vnc-3.3.2r2_unixsrc.tgz \ + vnc-3.3.2_doc.tgz MAINTAINER= packages@netbsd.org @@ -15,7 +15,7 @@ IGNOREFILES= ${DISTFILES} USE_PERL5= yes -EXTRACT_ONLY= vnc-3.3.1_unixsrc.tgz +EXTRACT_ONLY= vnc-3.3.2r2_unixsrc.tgz # Is this for real? The code was developed in the UK, # but the DES parts came from the USA in the first place. @@ -26,7 +26,7 @@ NO_WRKSUBDIR= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -ALL_TARGET= world +ALL_TARGET= World # We have to frob a few things, and we want our own permissions, so it's easier # to do the install ourselves. @@ -35,13 +35,14 @@ post-install: ${INSTALL_PROGRAM} ${WRKDIR}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer ${INSTALL_PROGRAM} ${WRKDIR}/vncpasswd/vncpasswd ${PREFIX}/bin/vncpasswd ${SED} -e 's|/usr/local/vnc/classes|${X11BASE}/share/vnc/classes|g' \ - -e 's|/usr/local/bin/perl|${LOCALBASE}/bin/perl|g' \ + -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|g' \ < ${WRKDIR}/vncserver \ > ${WRKDIR}/vncserver.local ${INSTALL_SCRIPT} ${WRKDIR}/vncserver.local ${PREFIX}/bin/vncserver # The documentation comes with bogus ownerships; this is a little leaky security-wise ${MKDIR} ${PREFIX}/share/doc/vnc - tar -C ${PREFIX}/share/doc/vnc -xzf ${DISTDIR}/vnc-3.3.1_doc.tgz + tar --exclude '*~' --exclude .lastinstall --exclude makefile \ + -xzf ${DISTDIR}/vnc-3.3.2_doc.tgz -C ${PREFIX}/share/doc/vnc chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc .include "../../mk/bsd.pkg.mk" |