diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-01-01 15:50:48 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-01-01 15:50:48 +0000 |
commit | 70a6e4747ea19a027aba435bc195e6e5a6fa0934 (patch) | |
tree | 9e6ec5f373cd096f09684b4151b696222790344e /security | |
parent | 44f6265a1cd2a84467e3d42750ca89b4c4d57735 (diff) |
Notes
Diffstat (limited to 'security')
-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%% |