aboutsummaryrefslogtreecommitdiff
path: root/security/mussh
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-01-01 15:50:48 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-01-01 15:50:48 +0000
commit70a6e4747ea19a027aba435bc195e6e5a6fa0934 (patch)
tree9e6ec5f373cd096f09684b4151b696222790344e /security/mussh
parent44f6265a1cd2a84467e3d42750ca89b4c4d57735 (diff)
downloadports-70a6e4747ea19a027aba435bc195e6e5a6fa0934.tar.gz
ports-70a6e4747ea19a027aba435bc195e6e5a6fa0934.zip
makes portlint happy
- apply DOCSDIR - replace variable "file" with "f"
Notes
Notes: svn path=/head/; revision=97038
Diffstat (limited to 'security/mussh')
-rw-r--r--security/mussh/Makefile4
-rw-r--r--security/mussh/pkg-plist10
2 files changed, 7 insertions, 7 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
diff --git a/security/mussh/pkg-plist b/security/mussh/pkg-plist
index 6c77cef3e879..13d5628d8307 100644
--- a/security/mussh/pkg-plist
+++ b/security/mussh/pkg-plist
@@ -1,6 +1,6 @@
bin/mussh
-%%PORTDOCS%%share/doc/mussh/BUGS
-%%PORTDOCS%%share/doc/mussh/CHANGES
-%%PORTDOCS%%share/doc/mussh/EXAMPLES
-%%PORTDOCS%%share/doc/mussh/README
-%%PORTDOCS%%@dirrm share/doc/mussh
+%%PORTDOCS%%%%DOCSDIR%%/BUGS
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/EXAMPLES
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%