diff options
author | tron <tron@pkgsrc.org> | 2007-03-25 22:06:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-03-25 22:06:02 +0000 |
commit | b35c9560d5a5a5bbe6dfc3d12c4bc0be627ca56a (patch) | |
tree | d3c26cf24f7389ac4529c4d6bed3d4a83841dfd3 /net | |
parent | 676ebcd4bd0c3627d6df4f7dfcd0bc44ffb5dba8 (diff) | |
download | pkgsrc-b35c9560d5a5a5bbe6dfc3d12c4bc0be627ca56a.tar.gz |
Fix broken in variable assignment added by last commit.
Diffstat (limited to 'net')
-rw-r--r-- | net/tightvncviewer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile index 969ef04e789..143184de5d7 100644 --- a/net/tightvncviewer/Makefile +++ b/net/tightvncviewer/Makefile @@ -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}/libvncauth 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 \ |