diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-02 02:38:19 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-02 02:38:19 +0000 |
commit | 9e14f1d2ddd5d6bd824cef617600b6fac0697d76 (patch) | |
tree | 3c948d6daab089d079aaa981e499e0fca4dd0d66 /net/wmqmon | |
parent | Move manpages from pkg-plist to Makefile.man. (diff) |
Fix typo
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=43420
Diffstat (limited to 'net/wmqmon')
-rw-r--r-- | net/wmqmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wmqmon/Makefile b/net/wmqmon/Makefile index 5bfbcc770418..099e23e73d12 100644 --- a/net/wmqmon/Makefile +++ b/net/wmqmon/Makefile @@ -28,7 +28,7 @@ do-install: @${ECHO} "===> Installing wmqmon.rcfile.example in ${PREFIX}/share/examples/${PORTNAME}" @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/wmqmon.rcfile.example ${PREFIX}/share/examples/${PORTNAME} - @${ECHO} "===> Modify to your config and copy to ~/.wmqmon.rcfile.example" + @${ECHO} "===> Modify to your config and copy to ~/.wmqmon" .ifndef(NOPORTDOCS) @${ECHO} "===> Installing README in ${PREFIX}/share/doc/${PORTNAME}" @${ECHO} "===> Please read it for usage instructions" |