aboutsummaryrefslogtreecommitdiff
path: root/net/tightvnc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tightvnc')
-rw-r--r--net/tightvnc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index 7f3948f06f60..e7c06f0eddb6 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -51,8 +51,8 @@ post-patch:
do-install:
@(cd ${WRKSRC}; ./vncinstall ${PREFIX}/bin ${PREFIX}/man)
-.for file in Xvnc vncviewer vncpasswd vncconnect
- @${STRIP_CMD} ${PREFIX}/bin/${file}
+.for FILE in Xvnc vncviewer vncpasswd vncconnect
+ @${STRIP_CMD} ${PREFIX}/bin/${FILE}
.endfor
@${MKDIR} ${DATADIR}/classes
${INSTALL_DATA} ${WRKSRC}/classes/*.* ${DATADIR}/classes