pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tightvncviewer Fix broken in variable assignment a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09720dcae89c
branches:  trunk
changeset: 527169:09720dcae89c
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Mar 25 22:06:02 2007 +0000

description:
Fix broken in variable assignment added by last commit.

diffstat:

 net/tightvncviewer/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r db9700f753d9 -r 09720dcae89c net/tightvncviewer/Makefile
--- a/net/tightvncviewer/Makefile       Sun Mar 25 20:42:14 2007 +0000
+++ b/net/tightvncviewer/Makefile       Sun Mar 25 22:06:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2007/03/24 19:21:30 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2007/03/25 22:06:02 tron Exp $
 
 DISTNAME=              tightvnc-1.2.9
 PKGNAME=               ${DISTNAME:S/tightvnc/tightvncviewer/}
@@ -21,7 +21,7 @@
 CONFIGURE_DIRS+=       ${WRKSRC}/vncviewer
 BUILD_DIRS=            ${CONFIGURE_DIRS}
 INSTALL_DIRS=          ${WRKSRC}/vncviewer
-INSTALLATION_DIRS      lib/X11/app-defaults share/doc/vncviewer
+INSTALLATION_DIRS=     lib/X11/app-defaults share/doc/vncviewer
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/vncviewer/Vncviewer                   \



Home | Main Index | Thread Index | Old Index