diff options
author | leeym <leeym@FreeBSD.org> | 2004-01-01 23:50:48 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-01-01 23:50:48 +0800 |
commit | 4018d39ae845d493304aca4c45ad77e5879549bb (patch) | |
tree | 773623262c576e8fd9ce7ce72a27ac100f004506 /security/mussh | |
parent | 7efddbbe932138ce4ae12f0c495f735cfeecb182 (diff) | |
download | freebsd-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')
-rw-r--r-- | security/mussh/Makefile | 4 | ||||
-rw-r--r-- | security/mussh/pkg-plist | 10 |
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%% |