diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-06 00:22:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-06 00:22:26 +0000 |
commit | 81f729172e88aa910ff3f53be9c938f1b31e75ee (patch) | |
tree | 565fc6295b3fae8d716136eb5f39258aec321a9e | |
parent | 7a3aeaa3432935efe607a5049cdfdd91db0be23c (diff) | |
download | freebsd-ports-81f729172e88aa910ff3f53be9c938f1b31e75ee.zip |
rdist6: Fix comment (forgotten with recent commit)
-rw-r--r-- | net/rdist6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index 4760bb70fde7..652a28dab390 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.magnicomp.com/download/rdist/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-magnicomp/download/rdist/ MAINTAINER= ports@FreeBSD.org -COMMENT= A network file distribution/synchronisation utility +COMMENT= Network file distribution/synchronisation utility # To avoid confusion with /usr/bin/rdist, you may prefer otherwise. RDIST_NAME?= rdist6 |