diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 02:35:35 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 02:35:35 +0000 |
commit | be6bf1e2f522b1b0282b3b7eb871552b555b7fc2 (patch) | |
tree | 1348c74f09a4ca561cb9d44b2793816ecb02f3fe /net/tightvnc | |
parent | 73197c45b98cf3e7179b305cb5fd8267ec4ceab2 (diff) |
- Make portlint happy
Notes
Notes:
svn path=/head/; revision=102257
Diffstat (limited to 'net/tightvnc')
-rw-r--r-- | net/tightvnc/Makefile | 4 |
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 |