aboutsummaryrefslogtreecommitdiffstats
path: root/security/mussh/Makefile
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-01-01 23:50:48 +0800
committerleeym <leeym@FreeBSD.org>2004-01-01 23:50:48 +0800
commit4018d39ae845d493304aca4c45ad77e5879549bb (patch)
tree773623262c576e8fd9ce7ce72a27ac100f004506 /security/mussh/Makefile
parent7efddbbe932138ce4ae12f0c495f735cfeecb182 (diff)
downloadfreebsd-ports-gnome-4018d39ae845d493304aca4c45ad77e5879549bb.tar.gz
freebsd-ports-gnome-4018d39ae845d493304aca4c45ad77e5879549bb.tar.zst
freebsd-ports-gnome-4018d39ae845d493304aca4c45ad77e5879549bb.zip
makes portlint happy
- apply DOCSDIR - replace variable "file" with "f"
Diffstat (limited to 'security/mussh/Makefile')
-rw-r--r--security/mussh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mussh/Makefile b/security/mussh/Makefile
index f7d0a1718676..e94444301da5 100644
--- a/security/mussh/Makefile
+++ b/security/mussh/Makefile
@@ -29,8 +29,8 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in BUGS CHANGES EXAMPLES README
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for f in BUGS CHANGES EXAMPLES README
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif