summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2007-03-25 22:06:02 +0000
committertron <tron>2007-03-25 22:06:02 +0000
commit5280b388442ce5fc63a5a0bf9920a2b417a2ee09 (patch)
treed3c26cf24f7389ac4529c4d6bed3d4a83841dfd3 /net
parente1c7d8984fb354f6104984ae290a09fb305410a3 (diff)
downloadpkgsrc-5280b388442ce5fc63a5a0bf9920a2b417a2ee09.tar.gz
Fix broken in variable assignment added by last commit.
Diffstat (limited to 'net')
-rw-r--r--net/tightvncviewer/Makefile4
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 \