diff options
author | lioux <lioux@FreeBSD.org> | 2001-06-02 02:38:19 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-06-02 02:38:19 +0000 |
commit | 63d5e3c2e524263a0eb0508c08f5d3d6c20cb95c (patch) | |
tree | 8f070207f47816e63f6b534f167aa0ccedcd2cfc /net | |
parent | 70179742044dc5fa7c5358693b3058229fd6ef91 (diff) | |
download | FreeBSD-ports-63d5e3c2e524263a0eb0508c08f5d3d6c20cb95c.zip FreeBSD-ports-63d5e3c2e524263a0eb0508c08f5d3d6c20cb95c.tar.gz |
Fix typo
Submitted by: maintainer
Diffstat (limited to 'net')
-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 5bfbcc7..099e23e 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" |