diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-02 10:55:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-02 10:55:22 +0000 |
commit | dd8c1568d3e1b30d13ac6abdae13bd6d944c11f4 (patch) | |
tree | 0b7d5193beb0f0810525ccdd9018851f8df7166b /mail/distribute/Makefile | |
parent | c8c8ec2172a74ac31f0117d3e20d0f2d10458f8b (diff) | |
download | pkgsrc-dd8c1568d3e1b30d13ac6abdae13bd6d944c11f4.tar.gz |
Fix typo.
Diffstat (limited to 'mail/distribute/Makefile')
-rw-r--r-- | mail/distribute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/distribute/Makefile b/mail/distribute/Makefile index 7b8f53850e2..91eebcc7158 100644 --- a/mail/distribute/Makefile +++ b/mail/distribute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 18:24:43 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/07/02 10:55:22 wiz Exp $ # FreeBSD: ports/mail/distribute/Makefile,v 1.2 1999/08/25 06:50:06 obrien Exp # @@ -51,7 +51,7 @@ mmessage:: @${ECHO} " membership file directory: ${MAILINGLIST_DIR}" @${ECHO} " membership file directory: ${MAJORDOMO_LIST_DIR} (for majordomo)" @${ECHO} " archiving directory: ${ARCHIVE_DIR}" - @${ECHO} " if necessery, override them and perform compilation again." + @${ECHO} " if necessary, override them and perform compilation again." @${ECHO} " there's no way to override them at runtime." .include "../../mk/bsd.pkg.mk" |