diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /x11-wm/amiwm | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) |
Notes
Diffstat (limited to 'x11-wm/amiwm')
-rw-r--r-- | x11-wm/amiwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/amiwm/Makefile b/x11-wm/amiwm/Makefile index d5f9b6a43549..b0895bf354b9 100644 --- a/x11-wm/amiwm/Makefile +++ b/x11-wm/amiwm/Makefile @@ -22,7 +22,7 @@ MAN1= amiwm.1 post-install: .if !defined(NOPORTDOCS) - @${ECHO} "===> Copying documents to ${PREFIX}/share/doc/amiwm" + @${ECHO_MSG} "===> Copying documents to ${PREFIX}/share/doc/amiwm" @${MKDIR} ${PREFIX}/share/doc/amiwm @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amiwm @${INSTALL_DATA} ${WRKSRC}/README.modules ${PREFIX}/share/doc/amiwm |